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