Uses of Class
com.xero.models.accounting.Contacts
-
Packages that use Contacts Package Description com.xero.api.client com.xero.models.accounting -
-
Uses of Contacts in com.xero.api.client
Methods in com.xero.api.client that return Contacts Modifier and Type Method Description ContactsAccountingApi. createContactGroupContacts(String accessToken, String xeroTenantId, UUID contactGroupID, Contacts contacts)Creates contacts to a specific contact groupContactsAccountingApi. createContacts(String accessToken, String xeroTenantId, Contacts contacts, Boolean summarizeErrors)Creates multiple contacts (bulk) in a Xero organisationContactsAccountingApi. getContact(String accessToken, String xeroTenantId, UUID contactID)Retrieves a specific contacts in a Xero organisation using a unique contact IdContactsAccountingApi. getContactByContactNumber(String accessToken, String xeroTenantId, String contactNumber)Retrieves a specific contact by contact number in a Xero organisationContactsAccountingApi. getContacts(String accessToken, String xeroTenantId, org.threeten.bp.OffsetDateTime ifModifiedSince, String where, String order, List<UUID> ids, Integer page, Boolean includeArchived, Boolean summaryOnly)Retrieves all contacts in a Xero organisationContactsAccountingApi. updateContact(String accessToken, String xeroTenantId, UUID contactID, Contacts contacts)Updates a specific contact in a Xero organisationContactsAccountingApi. updateOrCreateContacts(String accessToken, String xeroTenantId, Contacts contacts, Boolean summarizeErrors)Updates or creates one or more contacts in a Xero organisationMethods in com.xero.api.client with parameters of type Contacts Modifier and Type Method Description ContactsAccountingApi. createContactGroupContacts(String accessToken, String xeroTenantId, UUID contactGroupID, Contacts contacts)Creates contacts to a specific contact groupcom.google.api.client.http.HttpResponseAccountingApi. createContactGroupContactsForHttpResponse(String accessToken, String xeroTenantId, UUID contactGroupID, Contacts contacts)Creates contacts to a specific contact groupContactsAccountingApi. createContacts(String accessToken, String xeroTenantId, Contacts contacts, Boolean summarizeErrors)Creates multiple contacts (bulk) in a Xero organisationcom.google.api.client.http.HttpResponseAccountingApi. createContactsForHttpResponse(String accessToken, String xeroTenantId, Contacts contacts, Boolean summarizeErrors)Creates multiple contacts (bulk) in a Xero organisationContactsAccountingApi. updateContact(String accessToken, String xeroTenantId, UUID contactID, Contacts contacts)Updates a specific contact in a Xero organisationcom.google.api.client.http.HttpResponseAccountingApi. updateContactForHttpResponse(String accessToken, String xeroTenantId, UUID contactID, Contacts contacts)Updates a specific contact in a Xero organisationContactsAccountingApi. updateOrCreateContacts(String accessToken, String xeroTenantId, Contacts contacts, Boolean summarizeErrors)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)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 Contacts Modifier and Type Method Description ContactsContacts. addContactsItem(Contact contactsItem)contactsContactsContacts. contacts(List<Contact> contacts)contacts
-