Uses of Class
com.oracle.bmc.identitydomains.model.SecurityQuestion.Type
-
Packages that use SecurityQuestion.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of SecurityQuestion.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return SecurityQuestion.Type Modifier and Type Method Description static SecurityQuestion.TypeSecurityQuestion.Type. create(String key)SecurityQuestion.TypeSecurityQuestion. getType()This indicates if the question is a Custom Question added by the Security Admin.static SecurityQuestion.TypeSecurityQuestion.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SecurityQuestion.Type[]SecurityQuestion.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 SecurityQuestion.Type Modifier and Type Method Description SecurityQuestion.BuilderSecurityQuestion.Builder. type(SecurityQuestion.Type type)This indicates if the question is a Custom Question added by the Security Admin.Constructors in com.oracle.bmc.identitydomains.model with parameters of type SecurityQuestion.Type Constructor Description SecurityQuestion(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 externalId, Boolean active, SecurityQuestion.Type type, List<SecurityQuestionQuestionText> questionText)Deprecated.
-