Package com.boldsign.model
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 Classes Modifier and Type Class Description static classIdentityVerificationSettings.CustomTypeAdapterFactorystatic classIdentityVerificationSettings.NameMatcherEnumGets or Sets nameMatcherstatic classIdentityVerificationSettings.TypeEnumGets or Sets type
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_HOLD_FOR_PREFILLstatic StringSERIALIZED_NAME_MAXIMUM_RETRY_COUNTstatic StringSERIALIZED_NAME_NAME_MATCHERstatic StringSERIALIZED_NAME_REQUIRE_LIVE_CAPTUREstatic StringSERIALIZED_NAME_REQUIRE_MATCHING_SELFIEstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description IdentityVerificationSettings()
-
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_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_NAME_MATCHER
public static final String SERIALIZED_NAME_NAME_MATCHER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HOLD_FOR_PREFILL
public static final String SERIALIZED_NAME_HOLD_FOR_PREFILL
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public IdentityVerificationSettings type(IdentityVerificationSettings.TypeEnum type)
-
getType
@Nullable public IdentityVerificationSettings.TypeEnum getType()
Get type- Returns:
- type
-
setType
public void setType(IdentityVerificationSettings.TypeEnum type)
-
maximumRetryCount
public IdentityVerificationSettings maximumRetryCount(Integer maximumRetryCount)
-
getMaximumRetryCount
@Nullable public Integer getMaximumRetryCount()
Get maximumRetryCount minimum: 1 maximum: 10- Returns:
- maximumRetryCount
-
setMaximumRetryCount
public void setMaximumRetryCount(Integer maximumRetryCount)
-
requireLiveCapture
public IdentityVerificationSettings requireLiveCapture(Boolean requireLiveCapture)
-
getRequireLiveCapture
@Nullable public Boolean getRequireLiveCapture()
Get requireLiveCapture- Returns:
- requireLiveCapture
-
setRequireLiveCapture
public void setRequireLiveCapture(Boolean requireLiveCapture)
-
requireMatchingSelfie
public IdentityVerificationSettings requireMatchingSelfie(Boolean requireMatchingSelfie)
-
getRequireMatchingSelfie
@Nullable public Boolean getRequireMatchingSelfie()
Get requireMatchingSelfie- Returns:
- requireMatchingSelfie
-
setRequireMatchingSelfie
public void setRequireMatchingSelfie(Boolean requireMatchingSelfie)
-
nameMatcher
public IdentityVerificationSettings nameMatcher(IdentityVerificationSettings.NameMatcherEnum nameMatcher)
-
getNameMatcher
@Nullable public IdentityVerificationSettings.NameMatcherEnum getNameMatcher()
Get nameMatcher- Returns:
- nameMatcher
-
setNameMatcher
public void setNameMatcher(IdentityVerificationSettings.NameMatcherEnum nameMatcher)
-
holdForPrefill
public IdentityVerificationSettings holdForPrefill(Boolean holdForPrefill)
-
getHoldForPrefill
@Nullable public Boolean getHoldForPrefill()
Get holdForPrefill- Returns:
- holdForPrefill
-
setHoldForPrefill
public void setHoldForPrefill(Boolean holdForPrefill)
-
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 IdentityVerificationSettings
-
fromJson
public static IdentityVerificationSettings fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of IdentityVerificationSettings to an JSON string- Returns:
- JSON string
-
-