Uses of Class
com.oracle.bmc.identitydomains.model.AuthenticationFactorsRemover.Type
-
Packages that use AuthenticationFactorsRemover.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AuthenticationFactorsRemover.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AuthenticationFactorsRemover.Type Modifier and Type Method Description static AuthenticationFactorsRemover.Type
AuthenticationFactorsRemover.Type. create(String key)
AuthenticationFactorsRemover.Type
AuthenticationFactorsRemover. getType()
Specifies the type of factors to remove.static AuthenticationFactorsRemover.Type
AuthenticationFactorsRemover.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthenticationFactorsRemover.Type[]
AuthenticationFactorsRemover.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 AuthenticationFactorsRemover.Type Modifier and Type Method Description AuthenticationFactorsRemover.Builder
AuthenticationFactorsRemover.Builder. type(AuthenticationFactorsRemover.Type type)
Specifies the type of factors to remove.Constructors in com.oracle.bmc.identitydomains.model with parameters of type AuthenticationFactorsRemover.Type Constructor Description AuthenticationFactorsRemover(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, AuthenticationFactorsRemoverUser user, AuthenticationFactorsRemover.Type type, String token)
Deprecated.
-