Uses of Class
com.xero.models.accounting.Items
Packages that use Items
-
Uses of Items in com.xero.api.client
Methods in com.xero.api.client that return ItemsModifier and TypeMethodDescriptionAccountingApi.createItems(String accessToken, String xeroTenantId, Items items, Boolean summarizeErrors, Integer unitdp, String idempotencyKey) Creates one or more itemsRetrieves a specific item using a unique item IdAccountingApi.getItems(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, Integer unitdp) Retrieves itemsAccountingApi.updateItem(String accessToken, String xeroTenantId, UUID itemID, Items items, Integer unitdp, String idempotencyKey) Updates a specific itemAccountingApi.updateOrCreateItems(String accessToken, String xeroTenantId, Items items, Boolean summarizeErrors, Integer unitdp, String idempotencyKey) Updates or creates one or more itemsMethods in com.xero.api.client with parameters of type ItemsModifier and TypeMethodDescriptionAccountingApi.createItems(String accessToken, String xeroTenantId, Items items, Boolean summarizeErrors, Integer unitdp, String idempotencyKey) Creates one or more itemscom.google.api.client.http.HttpResponseAccountingApi.createItemsForHttpResponse(String accessToken, String xeroTenantId, Items items, Boolean summarizeErrors, Integer unitdp, String idempotencyKey) Creates one or more itemsAccountingApi.updateItem(String accessToken, String xeroTenantId, UUID itemID, Items items, Integer unitdp, String idempotencyKey) Updates a specific itemcom.google.api.client.http.HttpResponseAccountingApi.updateItemForHttpResponse(String accessToken, String xeroTenantId, UUID itemID, Items items, Integer unitdp, String idempotencyKey) Updates a specific itemAccountingApi.updateOrCreateItems(String accessToken, String xeroTenantId, Items items, Boolean summarizeErrors, Integer unitdp, String idempotencyKey) Updates or creates one or more itemscom.google.api.client.http.HttpResponseAccountingApi.updateOrCreateItemsForHttpResponse(String accessToken, String xeroTenantId, Items items, Boolean summarizeErrors, Integer unitdp, String idempotencyKey) Updates or creates one or more items -
Uses of Items in com.xero.models.accounting
Methods in com.xero.models.accounting that return Items