Package com.boldsign.model
Class IdVerificationDetails
- java.lang.Object
-
- com.boldsign.model.IdVerificationDetails
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class IdVerificationDetails extends Object
IdVerificationDetails
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdVerificationDetails.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ALLOWED_COUNTRIESstatic 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 IdVerificationDetails()
-
Method Summary
-
-
-
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
-
SERIALIZED_NAME_ALLOWED_COUNTRIES
public static final String SERIALIZED_NAME_ALLOWED_COUNTRIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public IdVerificationDetails type(String type)
-
setType
public void setType(String type)
-
maximumRetryCount
public IdVerificationDetails maximumRetryCount(Integer maximumRetryCount)
-
getMaximumRetryCount
@Nullable public Integer getMaximumRetryCount()
Get maximumRetryCount- Returns:
- maximumRetryCount
-
setMaximumRetryCount
public void setMaximumRetryCount(Integer maximumRetryCount)
-
status
public IdVerificationDetails status(String status)
-
setStatus
public void setStatus(String status)
-
nameMatcher
public IdVerificationDetails nameMatcher(String nameMatcher)
-
setNameMatcher
public void setNameMatcher(String nameMatcher)
-
requireLiveCapture
public IdVerificationDetails requireLiveCapture(Boolean requireLiveCapture)
-
getRequireLiveCapture
@Nullable public Boolean getRequireLiveCapture()
Get requireLiveCapture- Returns:
- requireLiveCapture
-
setRequireLiveCapture
public void setRequireLiveCapture(Boolean requireLiveCapture)
-
requireMatchingSelfie
public IdVerificationDetails requireMatchingSelfie(Boolean requireMatchingSelfie)
-
getRequireMatchingSelfie
@Nullable public Boolean getRequireMatchingSelfie()
Get requireMatchingSelfie- Returns:
- requireMatchingSelfie
-
setRequireMatchingSelfie
public void setRequireMatchingSelfie(Boolean requireMatchingSelfie)
-
holdForPrefill
public IdVerificationDetails holdForPrefill(Boolean holdForPrefill)
-
getHoldForPrefill
@Nullable public Boolean getHoldForPrefill()
Get holdForPrefill- Returns:
- holdForPrefill
-
setHoldForPrefill
public void setHoldForPrefill(Boolean holdForPrefill)
-
prefillCompleted
public IdVerificationDetails prefillCompleted(Boolean prefillCompleted)
-
getPrefillCompleted
@Nullable public Boolean getPrefillCompleted()
Get prefillCompleted- Returns:
- prefillCompleted
-
setPrefillCompleted
public void setPrefillCompleted(Boolean prefillCompleted)
-
allowedDocumentTypes
public IdVerificationDetails allowedDocumentTypes(List<String> allowedDocumentTypes)
-
addAllowedDocumentTypesItem
public IdVerificationDetails addAllowedDocumentTypesItem(String allowedDocumentTypesItem)
-
getAllowedDocumentTypes
@Nullable public List<String> getAllowedDocumentTypes()
Get allowedDocumentTypes- Returns:
- allowedDocumentTypes
-
allowedCountries
public IdVerificationDetails allowedCountries(List<String> allowedCountries)
-
addAllowedCountriesItem
public IdVerificationDetails addAllowedCountriesItem(String allowedCountriesItem)
-
getAllowedCountries
@Nullable public List<String> getAllowedCountries()
Get allowedCountries- Returns:
- allowedCountries
-
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 IdVerificationDetails
-
fromJson
public static IdVerificationDetails fromJson(String jsonString) throws IOException
Create an instance of IdVerificationDetails given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of IdVerificationDetails
- Throws:
IOException- if the JSON string is invalid with respect to IdVerificationDetails
-
toJson
public String toJson()
Convert an instance of IdVerificationDetails to an JSON string- Returns:
- JSON string
-
-