Uses of Class
com.xero.models.accounting.Phone
-
Packages that use 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)max length = 10PhonePhone. phoneCountryCode(String phoneCountryCode)max length = 20PhonePhone. phoneNumber(String phoneNumber)max length = 50PhonePhone. phoneType(Phone.PhoneTypeEnum phoneType)phoneTypeMethods 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)Store certain phone types for a contact – see phone typesOrganisationOrganisation. addPhonesItem(Phone phonesItem)Phones details for organisation – see PhonesMethod parameters in com.xero.models.accounting with type arguments of type Phone Modifier and Type Method Description ContactContact. phones(List<Phone> phones)Store certain phone types for a contact – see phone typesOrganisationOrganisation. phones(List<Phone> phones)Phones details for organisation – see PhonesvoidContact. setPhones(List<Phone> phones)Store certain phone types for a contact – see phone typesvoidOrganisation. setPhones(List<Phone> phones)Phones details for organisation – see Phones
-