Uses of Class
com.xero.models.accounting.Address.AddressTypeEnum
-
Packages that use Address.AddressTypeEnum Package Description com.xero.models.accounting -
-
Uses of Address.AddressTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Address.AddressTypeEnum Modifier and Type Method Description static Address.AddressTypeEnumAddress.AddressTypeEnum. fromValue(String value)fromValueAddress.AddressTypeEnumAddress. getAddressType()define the type of addressstatic Address.AddressTypeEnumAddress.AddressTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Address.AddressTypeEnum[]Address.AddressTypeEnum. 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 Address.AddressTypeEnum Modifier and Type Method Description AddressAddress. addressType(Address.AddressTypeEnum addressType)define the type of addressvoidAddress. setAddressType(Address.AddressTypeEnum addressType)define the type of address
-