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