Package com.boldsign.model
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 Modifier and Type Class Description static classIdVerification.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ALLOWED_DOCUMENT_TYPESstatic StringSERIALIZED_NAME_HOLD_FOR_PREFILLstatic StringSERIALIZED_NAME_MAXIMUM_RETRY_COUNTstatic StringSERIALIZED_NAME_NAME_MATCHERstatic StringSERIALIZED_NAME_PREFILL_COMPLETEDstatic StringSERIALIZED_NAME_REQUIRE_LIVE_CAPTUREstatic StringSERIALIZED_NAME_REQUIRE_MATCHING_SELFIEstatic StringSERIALIZED_NAME_STATUSstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description IdVerification()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IdVerificationaddAllowedDocumentTypesItem(String allowedDocumentTypesItem)IdVerificationallowedDocumentTypes(List<String> allowedDocumentTypes)Map<String,Object>createFormData()booleanequals(Object o)static IdVerificationfromJson(String jsonString)Create an instance of IdVerification given an JSON stringList<String>getAllowedDocumentTypes()Get allowedDocumentTypesBooleangetHoldForPrefill()Get holdForPrefillIntegergetMaximumRetryCount()Get maximumRetryCountStringgetNameMatcher()Get nameMatcherBooleangetPrefillCompleted()Get prefillCompletedBooleangetRequireLiveCapture()Get requireLiveCaptureBooleangetRequireMatchingSelfie()Get requireMatchingSelfieStringgetStatus()Get statusStringgetType()Get typeinthashCode()IdVerificationholdForPrefill(Boolean holdForPrefill)IdVerificationmaximumRetryCount(Integer maximumRetryCount)IdVerificationnameMatcher(String nameMatcher)IdVerificationprefillCompleted(Boolean prefillCompleted)IdVerificationrequireLiveCapture(Boolean requireLiveCapture)IdVerificationrequireMatchingSelfie(Boolean requireMatchingSelfie)voidsetAllowedDocumentTypes(List<String> allowedDocumentTypes)voidsetHoldForPrefill(Boolean holdForPrefill)voidsetMaximumRetryCount(Integer maximumRetryCount)voidsetNameMatcher(String nameMatcher)voidsetPrefillCompleted(Boolean prefillCompleted)voidsetRequireLiveCapture(Boolean requireLiveCapture)voidsetRequireMatchingSelfie(Boolean requireMatchingSelfie)voidsetStatus(String status)voidsetType(String type)IdVerificationstatus(String status)StringtoJson()Convert an instance of IdVerification to an JSON stringStringtoString()IdVerificationtype(String type)static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MAXIMUM_RETRY_COUNT
public static final String SERIALIZED_NAME_MAXIMUM_RETRY_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME_MATCHER
public static final String SERIALIZED_NAME_NAME_MATCHER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUIRE_LIVE_CAPTURE
public static final String SERIALIZED_NAME_REQUIRE_LIVE_CAPTURE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUIRE_MATCHING_SELFIE
public static final String SERIALIZED_NAME_REQUIRE_MATCHING_SELFIE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HOLD_FOR_PREFILL
public static final String SERIALIZED_NAME_HOLD_FOR_PREFILL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PREFILL_COMPLETED
public static final String SERIALIZED_NAME_PREFILL_COMPLETED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLOWED_DOCUMENT_TYPES
public static final String SERIALIZED_NAME_ALLOWED_DOCUMENT_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public IdVerification type(String type)
-
setType
public void setType(String type)
-
maximumRetryCount
public IdVerification maximumRetryCount(Integer maximumRetryCount)
-
getMaximumRetryCount
@Nullable public Integer getMaximumRetryCount()
Get maximumRetryCount- Returns:
- maximumRetryCount
-
setMaximumRetryCount
public void setMaximumRetryCount(Integer maximumRetryCount)
-
status
public IdVerification status(String status)
-
setStatus
public void setStatus(String status)
-
nameMatcher
public IdVerification nameMatcher(String nameMatcher)
-
setNameMatcher
public void setNameMatcher(String nameMatcher)
-
requireLiveCapture
public IdVerification requireLiveCapture(Boolean requireLiveCapture)
-
getRequireLiveCapture
@Nullable public Boolean getRequireLiveCapture()
Get requireLiveCapture- Returns:
- requireLiveCapture
-
setRequireLiveCapture
public void setRequireLiveCapture(Boolean requireLiveCapture)
-
requireMatchingSelfie
public IdVerification requireMatchingSelfie(Boolean requireMatchingSelfie)
-
getRequireMatchingSelfie
@Nullable public Boolean getRequireMatchingSelfie()
Get requireMatchingSelfie- Returns:
- requireMatchingSelfie
-
setRequireMatchingSelfie
public void setRequireMatchingSelfie(Boolean requireMatchingSelfie)
-
holdForPrefill
public IdVerification holdForPrefill(Boolean holdForPrefill)
-
getHoldForPrefill
@Nullable public Boolean getHoldForPrefill()
Get holdForPrefill- Returns:
- holdForPrefill
-
setHoldForPrefill
public void setHoldForPrefill(Boolean holdForPrefill)
-
prefillCompleted
public IdVerification prefillCompleted(Boolean prefillCompleted)
-
getPrefillCompleted
@Nullable public Boolean getPrefillCompleted()
Get prefillCompleted- Returns:
- prefillCompleted
-
setPrefillCompleted
public void setPrefillCompleted(Boolean prefillCompleted)
-
allowedDocumentTypes
public IdVerification allowedDocumentTypes(List<String> allowedDocumentTypes)
-
addAllowedDocumentTypesItem
public IdVerification addAllowedDocumentTypesItem(String allowedDocumentTypesItem)
-
getAllowedDocumentTypes
@Nullable public List<String> getAllowedDocumentTypes()
Get allowedDocumentTypes- Returns:
- allowedDocumentTypes
-
createFormData
public Map<String,Object> createFormData() throws ApiException
- Throws:
ApiException
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates 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
public static IdVerification fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of IdVerification to an JSON string- Returns:
- JSON string
-
-