Uses of Class
com.oracle.bmc.identitydomains.model.UserPhoneNumbers.Type
-
Packages that use UserPhoneNumbers.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserPhoneNumbers.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserPhoneNumbers.Type Modifier and Type Method Description static UserPhoneNumbers.TypeUserPhoneNumbers.Type. create(String key)UserPhoneNumbers.TypeUserPhoneNumbers. getType()A label that indicates the attribute’s function- for example, ‘work’, ‘home’, or ‘mobile’static UserPhoneNumbers.TypeUserPhoneNumbers.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static UserPhoneNumbers.Type[]UserPhoneNumbers.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 UserPhoneNumbers.Type Modifier and Type Method Description UserPhoneNumbers.BuilderUserPhoneNumbers.Builder. type(UserPhoneNumbers.Type type)A label that indicates the attribute’s function- for example, ‘work’, ‘home’, or ‘mobile’Constructors in com.oracle.bmc.identitydomains.model with parameters of type UserPhoneNumbers.Type Constructor Description UserPhoneNumbers(String value, String display, UserPhoneNumbers.Type type, Boolean primary, Boolean verified)Deprecated.
-