| 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
|
Items |
AccountingApi.createItems(String accessToken,
String xeroTenantId,
Items items)
Allows you to create an item
|
Items |
AccountingApi.getItem(String accessToken,
String xeroTenantId,
UUID itemID)
Allows you to retrieve a specified item
|
Items |
AccountingApi.getItems(String accessToken,
String xeroTenantId,
org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order,
Integer unitdp)
Allows you to retrieve any items
|
Items |
AccountingApi.updateItem(String accessToken,
String xeroTenantId,
UUID itemID,
Items items)
Allows you to udpate a specified item
|
| Modifier and Type | Method and Description |
|---|---|
Items |
AccountingApi.createItems(String accessToken,
String xeroTenantId,
Items items)
Allows you to create an item
|
com.google.api.client.http.HttpResponse |
AccountingApi.createItemsForHttpResponse(String accessToken,
String xeroTenantId,
Items items) |
Items |
AccountingApi.updateItem(String accessToken,
String xeroTenantId,
UUID itemID,
Items items)
Allows you to udpate a specified item
|
com.google.api.client.http.HttpResponse |
AccountingApi.updateItemForHttpResponse(String accessToken,
String xeroTenantId,
UUID itemID,
Items items) |
| Modifier and Type | Method and Description |
|---|---|
Items |
Items.addItemsItem(Item itemsItem) |
Items |
Items.items(List<Item> items) |
Copyright © 2019. All rights reserved.