Package com.okta.sdk.resource.model
Class PasswordPolicyRecoveryFactors
java.lang.Object
com.okta.sdk.resource.model.PasswordPolicyRecoveryFactors
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class PasswordPolicyRecoveryFactors
extends Object
implements Serializable
Settings for the Factors that can be used for recovery
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get oktaCallGet oktaEmailGet oktaSmsGet recoveryQuestionint
hashCode()
oktaCall
(PasswordPolicyRecoveryFactorSettings oktaCall) oktaEmail
(PasswordPolicyRecoveryEmail oktaEmail) recoveryQuestion
(PasswordPolicyRecoveryQuestion recoveryQuestion) void
void
setOktaEmail
(PasswordPolicyRecoveryEmail oktaEmail) void
void
setRecoveryQuestion
(PasswordPolicyRecoveryQuestion recoveryQuestion) toString()
-
Field Details
-
JSON_PROPERTY_OKTA_CALL
- See Also:
-
JSON_PROPERTY_OKTA_EMAIL
- See Also:
-
JSON_PROPERTY_OKTA_SMS
- See Also:
-
JSON_PROPERTY_RECOVERY_QUESTION
- See Also:
-
-
Constructor Details
-
PasswordPolicyRecoveryFactors
public PasswordPolicyRecoveryFactors()
-
-
Method Details
-
oktaCall
-
getOktaCall
Get oktaCall- Returns:
- oktaCall
-
setOktaCall
-
oktaEmail
-
getOktaEmail
Get oktaEmail- Returns:
- oktaEmail
-
setOktaEmail
-
oktaSms
-
getOktaSms
Get oktaSms- Returns:
- oktaSms
-
setOktaSms
-
recoveryQuestion
public PasswordPolicyRecoveryFactors recoveryQuestion(PasswordPolicyRecoveryQuestion recoveryQuestion) -
getRecoveryQuestion
Get recoveryQuestion- Returns:
- recoveryQuestion
-
setRecoveryQuestion
-
equals
-
hashCode
public int hashCode() -
toString
-