| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Items |
AccountingApi.createItem(Items items)
Allows you to create an item
|
Items |
AccountingApi.getItem(UUID itemID)
Allows you to retrieve a specified item
|
Items |
AccountingApi.getItems(org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order,
Integer unitdp)
Allows you to retrieve any items
|
Items |
AccountingApi.updateItem(UUID itemID,
Items items)
Allows you to udpate a specified item
|
| Modifier and Type | Method and Description |
|---|---|
Items |
AccountingApi.createItem(Items items)
Allows you to create an item
|
Items |
AccountingApi.updateItem(UUID itemID,
Items items)
Allows you to udpate a specified item
|
| Modifier and Type | Method and Description |
|---|---|
Items |
Items.addItemsItem(Item itemsItem) |
Items |
Items.items(List<Item> items) |
Copyright © 2019. All rights reserved.