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