Class IdentityVerificationSettings
java.lang.Object
com.boldsign.model.IdentityVerificationSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class IdentityVerificationSettings
extends Object
IdentityVerificationSettings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets nameMatcherstatic enumGets or Sets type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic IdentityVerificationSettingsCreate an instance of IdentityVerificationSettings given an JSON stringGet holdForPrefillGet maximumRetryCount minimum: 1 maximum: 10Get nameMatcherGet requireLiveCaptureGet requireMatchingSelfiegetType()Get typeinthashCode()holdForPrefill(Boolean holdForPrefill) maximumRetryCount(Integer maximumRetryCount) nameMatcher(IdentityVerificationSettings.NameMatcherEnum nameMatcher) requireLiveCapture(Boolean requireLiveCapture) requireMatchingSelfie(Boolean requireMatchingSelfie) voidsetHoldForPrefill(Boolean holdForPrefill) voidsetMaximumRetryCount(Integer maximumRetryCount) voidvoidsetRequireLiveCapture(Boolean requireLiveCapture) voidsetRequireMatchingSelfie(Boolean requireMatchingSelfie) voidtoJson()Convert an instance of IdentityVerificationSettings to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_MAXIMUM_RETRY_COUNT
- See Also:
-
SERIALIZED_NAME_REQUIRE_LIVE_CAPTURE
- See Also:
-
SERIALIZED_NAME_REQUIRE_MATCHING_SELFIE
- See Also:
-
SERIALIZED_NAME_NAME_MATCHER
- See Also:
-
SERIALIZED_NAME_HOLD_FOR_PREFILL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
IdentityVerificationSettings
public IdentityVerificationSettings()
-
-
Method Details
-
type
-
getType
-
setType
-
maximumRetryCount
-
getMaximumRetryCount
-
setMaximumRetryCount
-
requireLiveCapture
-
getRequireLiveCapture
-
setRequireLiveCapture
-
requireMatchingSelfie
-
getRequireMatchingSelfie
-
setRequireMatchingSelfie
-
nameMatcher
public IdentityVerificationSettings nameMatcher(IdentityVerificationSettings.NameMatcherEnum nameMatcher) -
getNameMatcher
Get nameMatcher- Returns:
- nameMatcher
-
setNameMatcher
-
holdForPrefill
-
getHoldForPrefill
-
setHoldForPrefill
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to IdentityVerificationSettings
-
fromJson
Create an instance of IdentityVerificationSettings given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of IdentityVerificationSettings
- Throws:
IOException- if the JSON string is invalid with respect to IdentityVerificationSettings
-
toJson
Convert an instance of IdentityVerificationSettings to an JSON string- Returns:
- JSON string
-