Uses of Class
com.xero.models.accounting.ContactGroup
-
Packages that use ContactGroup Package Description com.xero.models.accounting -
-
Uses of ContactGroup in com.xero.models.accounting
Methods in com.xero.models.accounting that return ContactGroup Modifier and Type Method Description ContactGroupContactGroup. addContactsItem(Contact contactsItem)The ContactID and Name of Contacts in a contact group.ContactGroupContactGroup. contactGroupID(UUID contactGroupID)The Xero identifier for an contact group – specified as a string following the endpoint name.ContactGroupContactGroup. contacts(List<Contact> contacts)The ContactID and Name of Contacts in a contact group.ContactGroupContactGroup. name(String name)The Name of the contact group.ContactGroupContactGroup. status(ContactGroup.StatusEnum status)The Status of a contact group.Methods in com.xero.models.accounting that return types with arguments of type ContactGroup Modifier and Type Method Description List<ContactGroup>Contact. getContactGroups()Displays which contact groups a contact is included inList<ContactGroup>ContactGroups. getContactGroups()Get contactGroupsMethods in com.xero.models.accounting with parameters of type ContactGroup Modifier and Type Method Description ContactContact. addContactGroupsItem(ContactGroup contactGroupsItem)Displays which contact groups a contact is included inContactGroupsContactGroups. addContactGroupsItem(ContactGroup contactGroupsItem)contactGroupsMethod parameters in com.xero.models.accounting with type arguments of type ContactGroup Modifier and Type Method Description ContactContact. contactGroups(List<ContactGroup> contactGroups)Displays which contact groups a contact is included inContactGroupsContactGroups. contactGroups(List<ContactGroup> contactGroups)contactGroupsvoidContact. setContactGroups(List<ContactGroup> contactGroups)Displays which contact groups a contact is included invoidContactGroups. setContactGroups(List<ContactGroup> contactGroups)contactGroups
-