Class IdVerification
java.lang.Object
com.boldsign.model.IdVerification
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class IdVerification
extends Object
IdVerification
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic IdVerificationCreate an instance of IdVerification given an JSON stringGet holdForPrefillGet maximumRetryCountGet nameMatcherGet prefillCompletedGet requireLiveCaptureGet requireMatchingSelfieGet statusgetType()Get typeinthashCode()holdForPrefill(Boolean holdForPrefill) maximumRetryCount(Integer maximumRetryCount) nameMatcher(String nameMatcher) prefillCompleted(Boolean prefillCompleted) requireLiveCapture(Boolean requireLiveCapture) requireMatchingSelfie(Boolean requireMatchingSelfie) voidsetHoldForPrefill(Boolean holdForPrefill) voidsetMaximumRetryCount(Integer maximumRetryCount) voidsetNameMatcher(String nameMatcher) voidsetPrefillCompleted(Boolean prefillCompleted) voidsetRequireLiveCapture(Boolean requireLiveCapture) voidsetRequireMatchingSelfie(Boolean requireMatchingSelfie) voidvoidtoJson()Convert an instance of IdVerification 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_STATUS
- See Also:
-
SERIALIZED_NAME_NAME_MATCHER
- See Also:
-
SERIALIZED_NAME_REQUIRE_LIVE_CAPTURE
- See Also:
-
SERIALIZED_NAME_REQUIRE_MATCHING_SELFIE
- See Also:
-
SERIALIZED_NAME_HOLD_FOR_PREFILL
- See Also:
-
SERIALIZED_NAME_PREFILL_COMPLETED
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
IdVerification
public IdVerification()
-
-
Method Details
-
type
-
getType
-
setType
-
maximumRetryCount
-
getMaximumRetryCount
-
setMaximumRetryCount
-
status
-
getStatus
-
setStatus
-
nameMatcher
-
getNameMatcher
-
setNameMatcher
-
requireLiveCapture
-
getRequireLiveCapture
-
setRequireLiveCapture
-
requireMatchingSelfie
-
getRequireMatchingSelfie
-
setRequireMatchingSelfie
-
holdForPrefill
-
getHoldForPrefill
-
setHoldForPrefill
-
prefillCompleted
-
getPrefillCompleted
-
setPrefillCompleted
-
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 IdVerification
-
fromJson
Create an instance of IdVerification given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of IdVerification
- Throws:
IOException- if the JSON string is invalid with respect to IdVerification
-
toJson
-