Uses of Enum
com.xero.models.accounting.AddressForOrganisation.AddressTypeEnum
Packages that use AddressForOrganisation.AddressTypeEnum
-
Uses of AddressForOrganisation.AddressTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return AddressForOrganisation.AddressTypeEnumModifier and TypeMethodDescriptionfromValueAddressForOrganisation.getAddressType()define the type of addressReturns the enum constant of this type with the specified name.AddressForOrganisation.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 AddressForOrganisation.AddressTypeEnumModifier and TypeMethodDescriptionAddressForOrganisation.addressType(AddressForOrganisation.AddressTypeEnum addressType) define the type of addressvoidAddressForOrganisation.setAddressType(AddressForOrganisation.AddressTypeEnum addressType) define the type of address