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