Uses of Class
com.xero.models.accounting.Phone.PhoneTypeEnum
-
Packages that use Phone.PhoneTypeEnum Package Description com.xero.models.accounting -
-
Uses of Phone.PhoneTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Phone.PhoneTypeEnum Modifier and Type Method Description static Phone.PhoneTypeEnumPhone.PhoneTypeEnum. fromValue(String value)fromValuePhone.PhoneTypeEnumPhone. getPhoneType()Get phoneTypestatic Phone.PhoneTypeEnumPhone.PhoneTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Phone.PhoneTypeEnum[]Phone.PhoneTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type Phone.PhoneTypeEnum Modifier and Type Method Description PhonePhone. phoneType(Phone.PhoneTypeEnum phoneType)phoneTypevoidPhone. setPhoneType(Phone.PhoneTypeEnum phoneType)phoneType
-