Package com.jumio.sdk.account_v1.model
Class CredentialRequest
java.lang.Object
com.jumio.sdk.account_v1.model.CredentialRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:40.630039600+02:00[Europe/Vienna]")
public class CredentialRequest
extends Object
Optional workflow definition object part to customize acquiring process and workflow process.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountry
(CredentialCountry country) boolean
Credential category.Get countrygetId()
Get idgetType()
Get typeint
hashCode()
void
setCategory
(String category) void
setCountry
(CredentialCountry country) void
void
setType
(CredentialType type) toString()
type
(CredentialType type)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_CATEGORY
- See Also:
-
JSON_PROPERTY_COUNTRY
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
CredentialRequest
public CredentialRequest()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
category
-
getCategory
Credential category. More information and all supported values are in the implementation guide. Example values: - 'ID' - 'FACEMAP' - 'DOCUMENT' - 'SELFIE'- Returns:
- category
-
setCategory
-
country
-
getCountry
Get country- Returns:
- country
-
setCountry
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-