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-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class VerificationMethod
extends Object
implements Serializable
VerificationMethod
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddConstraintsItem
(AccessPolicyConstraints constraintsItem) constraints
(List<AccessPolicyConstraints> constraints) boolean
factorMode
(String factorMode) Get constraintsGet factorModeGet reauthenticateIngetType()
Get typeint
hashCode()
reauthenticateIn
(String reauthenticateIn) void
setConstraints
(List<AccessPolicyConstraints> constraints) void
setFactorMode
(String factorMode) void
setReauthenticateIn
(String reauthenticateIn) void
toString()
-
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
-