Uses of Class
com.oracle.bmc.identitydomains.model.Addresses.Type
-
Packages that use Addresses.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of Addresses.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return Addresses.Type Modifier and Type Method Description static Addresses.TypeAddresses.Type. create(String key)Addresses.TypeAddresses. getType()A label indicating the attribute’s function; e.g., ‘work’ or ‘home’.static Addresses.TypeAddresses.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Addresses.Type[]Addresses.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type Addresses.Type Modifier and Type Method Description Addresses.BuilderAddresses.Builder. type(Addresses.Type type)A label indicating the attribute’s function; e.g., ‘work’ or ‘home’.Constructors in com.oracle.bmc.identitydomains.model with parameters of type Addresses.Type Constructor Description Addresses(String formatted, String streetAddress, String locality, String region, String postalCode, String country, Addresses.Type type, Boolean primary)Deprecated.
-