Uses of Class
com.xero.models.accounting.Contacts
Packages that use Contacts
-
Uses of Contacts in com.xero.api.client
Methods in com.xero.api.client that return ContactsModifier and TypeMethodDescriptionAccountingApi.createContactGroupContacts(String accessToken, String xeroTenantId, UUID contactGroupID, Contacts contacts, String idempotencyKey) Creates contacts to a specific contact groupAccountingApi.createContacts(String accessToken, String xeroTenantId, Contacts contacts, Boolean summarizeErrors, String idempotencyKey) Creates multiple contacts (bulk) in a Xero organisationAccountingApi.getContact(String accessToken, String xeroTenantId, UUID contactID) Retrieves a specific contacts in a Xero organisation using a unique contact IdAccountingApi.getContactByContactNumber(String accessToken, String xeroTenantId, String contactNumber) Retrieves a specific contact by contact number in a Xero organisationAccountingApi.getContacts(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, List<UUID> ids, Integer page, Boolean includeArchived, Boolean summaryOnly, String searchTerm, Integer pageSize) Retrieves all contacts in a Xero organisationAccountingApi.updateContact(String accessToken, String xeroTenantId, UUID contactID, Contacts contacts, String idempotencyKey) Updates a specific contact in a Xero organisationAccountingApi.updateOrCreateContacts(String accessToken, String xeroTenantId, Contacts contacts, Boolean summarizeErrors, String idempotencyKey) Updates or creates one or more contacts in a Xero organisationMethods in com.xero.api.client with parameters of type ContactsModifier and TypeMethodDescriptionAccountingApi.createContactGroupContacts(String accessToken, String xeroTenantId, UUID contactGroupID, Contacts contacts, String idempotencyKey) Creates contacts to a specific contact groupcom.google.api.client.http.HttpResponseAccountingApi.createContactGroupContactsForHttpResponse(String accessToken, String xeroTenantId, UUID contactGroupID, Contacts contacts, String idempotencyKey) Creates contacts to a specific contact groupAccountingApi.createContacts(String accessToken, String xeroTenantId, Contacts contacts, Boolean summarizeErrors, String idempotencyKey) Creates multiple contacts (bulk) in a Xero organisationcom.google.api.client.http.HttpResponseAccountingApi.createContactsForHttpResponse(String accessToken, String xeroTenantId, Contacts contacts, Boolean summarizeErrors, String idempotencyKey) Creates multiple contacts (bulk) in a Xero organisationAccountingApi.updateContact(String accessToken, String xeroTenantId, UUID contactID, Contacts contacts, String idempotencyKey) Updates a specific contact in a Xero organisationcom.google.api.client.http.HttpResponseAccountingApi.updateContactForHttpResponse(String accessToken, String xeroTenantId, UUID contactID, Contacts contacts, String idempotencyKey) Updates a specific contact in a Xero organisationAccountingApi.updateOrCreateContacts(String accessToken, String xeroTenantId, Contacts contacts, Boolean summarizeErrors, String idempotencyKey) Updates or creates one or more contacts in a Xero organisationcom.google.api.client.http.HttpResponseAccountingApi.updateOrCreateContactsForHttpResponse(String accessToken, String xeroTenantId, Contacts contacts, Boolean summarizeErrors, String idempotencyKey) Updates or creates one or more contacts in a Xero organisation -
Uses of Contacts in com.xero.models.accounting
Methods in com.xero.models.accounting that return ContactsModifier and TypeMethodDescriptionContacts.addContactsItem(Contact contactsItem) contactsContacts.addWarningsItem(ValidationError warningsItem) Displays array of warning messages from the APIcontactsContacts.pagination(Pagination pagination) paginationContacts.warnings(List<ValidationError> warnings) Displays array of warning messages from the API