Uses of Class
com.xero.models.accounting.Phone
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of Phone in com.xero.models.accounting
Methods in com.xero.models.accounting that return Phone Modifier and Type Method Description PhonePhone. phoneAreaCode(String phoneAreaCode)PhonePhone. phoneCountryCode(String phoneCountryCode)PhonePhone. phoneNumber(String phoneNumber)PhonePhone. phoneType(Phone.PhoneTypeEnum phoneType)Methods in com.xero.models.accounting that return types with arguments of type Phone Modifier and Type Method Description List<Phone>Contact. getPhones()Store certain phone types for a contact – see phone typesList<Phone>Organisation. getPhones()Phones details for organisation – see PhonesMethods in com.xero.models.accounting with parameters of type Phone Modifier and Type Method Description ContactContact. addPhonesItem(Phone phonesItem)OrganisationOrganisation. addPhonesItem(Phone phonesItem)Method parameters in com.xero.models.accounting with type arguments of type Phone Modifier and Type Method Description ContactContact. phones(List<Phone> phones)OrganisationOrganisation. phones(List<Phone> phones)voidContact. setPhones(List<Phone> phones)voidOrganisation. setPhones(List<Phone> phones)