Uses of Class
com.xero.models.accounting.ContactPerson
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of ContactPerson in com.xero.models.accounting
Methods in com.xero.models.accounting that return ContactPerson Modifier and Type Method Description ContactPersonContactPerson. emailAddress(String emailAddress)ContactPersonContactPerson. firstName(String firstName)ContactPersonContactPerson. includeInEmails(Boolean includeInEmails)ContactPersonContactPerson. lastName(String lastName)Methods in com.xero.models.accounting that return types with arguments of type ContactPerson Modifier and Type Method Description List<ContactPerson>Contact. getContactPersons()See contact personsMethods in com.xero.models.accounting with parameters of type ContactPerson Modifier and Type Method Description ContactContact. addContactPersonsItem(ContactPerson contactPersonsItem)Method parameters in com.xero.models.accounting with type arguments of type ContactPerson Modifier and Type Method Description ContactContact. contactPersons(List<ContactPerson> contactPersons)voidContact. setContactPersons(List<ContactPerson> contactPersons)