Package com.okta.sdk.resource.model
Class VerificationMethod
java.lang.Object
com.okta.sdk.resource.model.VerificationMethod
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class VerificationMethod
extends Object
implements Serializable
VerificationMethod
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddConstraintsItem(AccessPolicyConstraints constraintsItem) constraints(List<AccessPolicyConstraints> constraints) booleanfactorMode(String factorMode) Get constraintsGet factorModeGet reauthenticateIngetType()Get typeinthashCode()reauthenticateIn(String reauthenticateIn) voidsetConstraints(List<AccessPolicyConstraints> constraints) voidsetFactorMode(String factorMode) voidsetReauthenticateIn(String reauthenticateIn) voidtoString()
-
Field Details
-
JSON_PROPERTY_CONSTRAINTS
- See Also:
-
JSON_PROPERTY_FACTOR_MODE
- See Also:
-
JSON_PROPERTY_REAUTHENTICATE_IN
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
VerificationMethod
public VerificationMethod()
-
-
Method Details
-
constraints
-
addConstraintsItem
-
getConstraints
Get constraints- Returns:
- constraints
-
setConstraints
-
factorMode
-
getFactorMode
Get factorMode- Returns:
- factorMode
-
setFactorMode
-
reauthenticateIn
-
getReauthenticateIn
Get reauthenticateIn- Returns:
- reauthenticateIn
-
setReauthenticateIn
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-