Uses of Enum
model.IdentityEntityFormBusinessAddress.CountryEnum
Packages that use IdentityEntityFormBusinessAddress.CountryEnum
-
Uses of IdentityEntityFormBusinessAddress.CountryEnum in model
Methods in model that return IdentityEntityFormBusinessAddress.CountryEnumModifier and TypeMethodDescriptionIdentityEntityFormBusinessAddress.getCountry()3-Letter Country code.IdentityEntityFormBusinessAddress.CountryEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.IdentityEntityFormBusinessAddress.CountryEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type IdentityEntityFormBusinessAddress.CountryEnumModifier and TypeMethodDescriptionIdentityEntityFormBusinessAddress.country(IdentityEntityFormBusinessAddress.CountryEnum country) voidIdentityEntityFormBusinessAddress.setCountry(IdentityEntityFormBusinessAddress.CountryEnum country) voidIdentityEntityFormBusinessAddress.CountryEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, IdentityEntityFormBusinessAddress.CountryEnum enumeration)