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