Package com.okta.sdk.resource.model
Class RecoveryQuestionCredential
java.lang.Object
com.okta.sdk.resource.model.RecoveryQuestionCredential
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class RecoveryQuestionCredential
extends Object
implements Serializable
Specifies a secret question and answer that's validated (case insensitive) when a User forgets their password or
 unlocks their account. The answer property is write-only.
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanThe answer to the recovery questionThe recovery questioninthashCode()voidvoidsetQuestion(String question) toString() 
- 
Field Details
- 
JSON_PROPERTY_ANSWER
- See Also:
 
 - 
JSON_PROPERTY_QUESTION
- See Also:
 
 
 - 
 - 
Constructor Details
- 
RecoveryQuestionCredential
public RecoveryQuestionCredential() 
 - 
 - 
Method Details
- 
answer
 - 
getAnswer
The answer to the recovery question- Returns:
 - answer
 
 - 
setAnswer
 - 
question
 - 
getQuestion
The recovery question- Returns:
 - question
 
 - 
setQuestion
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -