| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Items |
AccountingApi.createItem(String accessToken,
String xeroTenantId,
Item item)
Allows you to create an item
|
com.google.api.client.http.HttpResponse |
AccountingApi.createItemForHttpResponse(String accessToken,
String xeroTenantId,
Item item) |
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.addValidationErrorsItem(ValidationError validationErrorsItem) |
Item |
Item.code(String code) |
Item |
Item.description(String description) |
Item |
Item.inventoryAssetAccountCode(String inventoryAssetAccountCode) |
Item |
Item.isPurchased(Boolean isPurchased) |
Item |
Item.isSold(Boolean isSold) |
Item |
Item.isTrackedAsInventory(Boolean isTrackedAsInventory) |
Item |
Item.itemID(UUID itemID) |
Item |
Item.name(String name) |
Item |
Item.purchaseDescription(String purchaseDescription) |
Item |
Item.purchaseDetails(Purchase purchaseDetails) |
Item |
Item.quantityOnHand(Double quantityOnHand) |
Item |
Item.salesDetails(Purchase salesDetails) |
Item |
Item.totalCostPool(Double totalCostPool) |
Item |
Item.updatedDateUTC(org.threeten.bp.OffsetDateTime updatedDateUTC) |
Item |
Item.validationErrors(List<ValidationError> validationErrors) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
Items.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
Items |
Items.addItemsItem(Item itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
Items |
Items.items(List<Item> items) |
void |
Items.setItems(List<Item> items) |
Copyright © 2019. All rights reserved.