@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-04-29T13:24:36.001-05:00") public interface VerificationMethod extends ExtensibleResource
Modifier and Type | Method and Description |
---|---|
java.util.List<AccessPolicyConstraints> |
getConstraints() |
java.lang.String |
getFactorMode() |
java.lang.String |
getReauthenticateIn() |
java.lang.String |
getType() |
VerificationMethod |
setConstraints(java.util.List<AccessPolicyConstraints> constraints) |
VerificationMethod |
setFactorMode(java.lang.String factorMode) |
VerificationMethod |
setReauthenticateIn(java.lang.String reauthenticateIn) |
VerificationMethod |
setType(java.lang.String type) |
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
java.util.List<AccessPolicyConstraints> getConstraints()
VerificationMethod setConstraints(java.util.List<AccessPolicyConstraints> constraints)
java.lang.String getFactorMode()
VerificationMethod setFactorMode(java.lang.String factorMode)
java.lang.String getReauthenticateIn()
VerificationMethod setReauthenticateIn(java.lang.String reauthenticateIn)
java.lang.String getType()
VerificationMethod setType(java.lang.String type)
Copyright © 2017-2022 Okta. All Rights Reserved.