Uses of Enum
com.xero.models.accounting.Address.AddressTypeEnum
Packages that use Address.AddressTypeEnum
-
Uses of Address.AddressTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Address.AddressTypeEnumModifier and TypeMethodDescriptionstatic Address.AddressTypeEnumfromValueAddress.getAddressType()define the type of addressstatic Address.AddressTypeEnumReturns 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.AddressTypeEnumModifier and TypeMethodDescriptionAddress.addressType(Address.AddressTypeEnum addressType) define the type of addressvoidAddress.setAddressType(Address.AddressTypeEnum addressType) define the type of address