Uses of Class
com.oracle.bmc.identitydomains.model.UserEmails.Type
-
Packages that use UserEmails.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserEmails.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserEmails.Type Modifier and Type Method Description static UserEmails.TypeUserEmails.Type. create(String key)UserEmails.TypeUserEmails. getType()Type of email addressstatic UserEmails.TypeUserEmails.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static UserEmails.Type[]UserEmails.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 UserEmails.Type Modifier and Type Method Description UserEmails.BuilderUserEmails.Builder. type(UserEmails.Type type)Type of email addressConstructors in com.oracle.bmc.identitydomains.model with parameters of type UserEmails.Type Constructor Description UserEmails(String value, UserEmails.Type type, Boolean primary, Boolean secondary, Boolean verified, String pendingVerificationData)Deprecated.
-