Uses of Class
com.xero.models.accounting.Items
-
Packages that use Items Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of Items in com.xero.api.client
Methods in com.xero.api.client that return Items Modifier and Type Method Description ItemsAccountingApi. createItems(String accessToken, String xeroTenantId, Items items, Boolean summarizeErrors, Integer unitdp)Creates one or more itemsItemsAccountingApi. getItem(String accessToken, String xeroTenantId, UUID itemID, Integer unitdp)Retrieves a specific item using a unique item IdItemsAccountingApi. getItems(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, Integer unitdp)Retrieves itemsItemsAccountingApi. updateItem(String accessToken, String xeroTenantId, UUID itemID, Items items, Integer unitdp)Updates a specific itemItemsAccountingApi. updateOrCreateItems(String accessToken, String xeroTenantId, Items items, Boolean summarizeErrors, Integer unitdp)Updates or creates one or more itemsMethods in com.xero.api.client with parameters of type Items Modifier and Type Method Description ItemsAccountingApi. createItems(String accessToken, String xeroTenantId, Items items, Boolean summarizeErrors, Integer unitdp)Creates one or more itemscom.google.api.client.http.HttpResponseAccountingApi. createItemsForHttpResponse(String accessToken, String xeroTenantId, Items items, Boolean summarizeErrors, Integer unitdp)Creates one or more itemsItemsAccountingApi. updateItem(String accessToken, String xeroTenantId, UUID itemID, Items items, Integer unitdp)Updates a specific itemcom.google.api.client.http.HttpResponseAccountingApi. updateItemForHttpResponse(String accessToken, String xeroTenantId, UUID itemID, Items items, Integer unitdp)Updates a specific itemItemsAccountingApi. updateOrCreateItems(String accessToken, String xeroTenantId, Items items, Boolean summarizeErrors, Integer unitdp)Updates or creates one or more itemscom.google.api.client.http.HttpResponseAccountingApi. updateOrCreateItemsForHttpResponse(String accessToken, String xeroTenantId, Items items, Boolean summarizeErrors, Integer unitdp)Updates or creates one or more items -
Uses of Items in com.xero.models.accounting
Methods in com.xero.models.accounting that return Items Modifier and Type Method Description ItemsItems. addItemsItem(Item itemsItem)itemsItemsItems. items(List<Item> items)items
-