Package com.jumio.sdk.account_v1.model
Class CredentialResponse
java.lang.Object
com.jumio.sdk.account_v1.model.CredentialResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-09T15:46:40.630039600+02:00[Europe/Vienna]")
public class CredentialResponse
extends Object
CredentialResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllowedChannelsItem
(String allowedChannelsItem) allowedChannels
(List<String> allowedChannels) api
(ApiActions api) country
(CredentialCountry country) boolean
channels which can be used to upload particular credential (SDK, API, WEB)getApi()
Get apiCredential category.Get countrygetId()
Get idgetType()
Get typeint
hashCode()
void
setAllowedChannels
(List<String> allowedChannels) void
setApi
(ApiActions api) 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:
-
JSON_PROPERTY_ALLOWED_CHANNELS
- See Also:
-
JSON_PROPERTY_API
- See Also:
-
-
Constructor Details
-
CredentialResponse
public CredentialResponse()
-
-
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
-
allowedChannels
-
addAllowedChannelsItem
-
getAllowedChannels
channels which can be used to upload particular credential (SDK, API, WEB)- Returns:
- allowedChannels
-
setAllowedChannels
-
api
-
getApi
Get api- Returns:
- api
-
setApi
-
equals
-
hashCode
public int hashCode() -
toString
-