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="2025-10-16T16:59:18.992153700+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) booleanCredential category.Get countrygetId()Get idgetLabel()Get labelgetType()Get typeinthashCode()voidsetCategory(String category) voidsetCountry(CredentialCountry country) voidvoidvoidsetType(CredentialType type) toString()type(CredentialType type)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_CATEGORY
- See Also:
-
JSON_PROPERTY_LABEL
- 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
-
label
-
getLabel
Get label- Returns:
- label
-
setLabel
-
country
-
getCountry
Get country- Returns:
- country
-
setCountry
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-