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="2025-10-16T16:59:18.992153700+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) booleanchannels which can be used to upload particular credential (SDK, API, WEB)getApi()Get apiCredential category.Get countrygetId()Get idgetLabel()a label to distinguish same category credentials by the workflow designergetType()Get typeinthashCode()voidsetAllowedChannels(List<String> allowedChannels) voidsetApi(ApiActions api) voidsetCategory(String category) voidsetCountry(CredentialCountry country) voidvoidvoidsetType(CredentialType type) toString()type(CredentialType type)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LABEL
- 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
-
label
-
getLabel
a label to distinguish same category credentials by the workflow designer- Returns:
- label
-
setLabel
-
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
-