Uses of Class
com.oracle.bmc.identitydomains.model.MySmtpCredential.Status
-
Packages that use MySmtpCredential.Status Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MySmtpCredential.Status in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MySmtpCredential.Status Modifier and Type Method Description static MySmtpCredential.Status
MySmtpCredential.Status. create(String key)
MySmtpCredential.Status
MySmtpCredential. getStatus()
User credential statusstatic MySmtpCredential.Status
MySmtpCredential.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static MySmtpCredential.Status[]
MySmtpCredential.Status. 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 MySmtpCredential.Status Modifier and Type Method Description MySmtpCredential.Builder
MySmtpCredential.Builder. status(MySmtpCredential.Status status)
User credential statusConstructors in com.oracle.bmc.identitydomains.model with parameters of type MySmtpCredential.Status Constructor Description MySmtpCredential(String id, String ocid, List<String> schemas, Meta meta, IdcsCreatedBy idcsCreatedBy, IdcsLastModifiedBy idcsLastModifiedBy, List<IdcsPreventedOperations> idcsPreventedOperations, List<Tags> tags, Boolean deleteInProgress, String idcsLastUpgradedInRelease, String domainOcid, String compartmentOcid, String tenancyOcid, String description, MySmtpCredential.Status status, String expiresOn, String userName, MySmtpCredentialUser user)
Deprecated.
-