Package com.okta.sdk.resource
Interface VerificationMethod
-
- All Superinterfaces:
ExtensibleResource
,java.util.Map<java.lang.String,java.lang.Object>
,PropertyRetriever
,Resource
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen", date="2022-02-23T16:25:57.809958-06:00[America/Chicago]") public interface VerificationMethod extends ExtensibleResource
VerificationMethod
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface com.okta.sdk.resource.PropertyRetriever
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
-
Methods inherited from interface com.okta.sdk.resource.Resource
getResourceHref, setResourceHref
-
-
-
-
Method Detail
-
getConstraints
java.util.List<AccessPolicyConstraints> getConstraints()
-
setConstraints
VerificationMethod setConstraints(java.util.List<AccessPolicyConstraints> constraints)
-
getFactorMode
java.lang.String getFactorMode()
-
setFactorMode
VerificationMethod setFactorMode(java.lang.String factorMode)
-
getReauthenticateIn
java.lang.String getReauthenticateIn()
-
setReauthenticateIn
VerificationMethod setReauthenticateIn(java.lang.String reauthenticateIn)
-
getType
java.lang.String getType()
-
setType
VerificationMethod setType(java.lang.String type)
-
-