Package com.jumio.sdk.account_v1.model
Class AccountRequest
java.lang.Object
com.jumio.sdk.account_v1.model.AccountRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-16T16:59:18.992153700+02:00[Europe/Vienna]") public class AccountRequest
extends
Object
AccountRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallbackUrl(String callbackUrl) customerInternalReference(String customerInternalReference) booleanpossibility to override default callback url for this particular requestcustomer internal reference for a request to link it in the customer backend (must not contain any PII)allows overriding certain settings for the workflow execution, please consult our documentation or support for options available to youadditional information provided by a customer for searching and aggregation purposesshould be a valid date period unit definition (example '1d' or '30m' or '600s'): - s - seconds - m - minutes - h - hours - d - daysGet userConsentreference for the end user in the customer backend (must not contain any PII)getWeb()Get webGet workflowDefinitioninthashCode()overrideSettings(Map<String, String> overrideSettings) putOverrideSettingsItem(String key, String overrideSettingsItem) reportingCriteria(String reportingCriteria) voidsetCallbackUrl(String callbackUrl) voidsetCustomerInternalReference(String customerInternalReference) voidsetOverrideSettings(Map<String, String> overrideSettings) voidsetReportingCriteria(String reportingCriteria) voidsetTokenLifetime(String tokenLifetime) voidsetUserConsent(UserConsent userConsent) voidsetUserReference(String userReference) voidsetWeb(WebSettings web) voidsetWorkflowDefinition(WorkflowDefinition workflowDefinition) tokenLifetime(String tokenLifetime) toString()userConsent(UserConsent userConsent) userReference(String userReference) web(WebSettings web) workflowDefinition(WorkflowDefinition workflowDefinition)
-
Field Details
-
JSON_PROPERTY_USER_REFERENCE
- See Also:
-
JSON_PROPERTY_CUSTOMER_INTERNAL_REFERENCE
- See Also:
-
JSON_PROPERTY_REPORTING_CRITERIA
- See Also:
-
JSON_PROPERTY_CALLBACK_URL
- See Also:
-
JSON_PROPERTY_TOKEN_LIFETIME
- See Also:
-
JSON_PROPERTY_WEB
- See Also:
-
JSON_PROPERTY_WORKFLOW_DEFINITION
- See Also:
-
JSON_PROPERTY_USER_CONSENT
- See Also:
-
JSON_PROPERTY_OVERRIDE_SETTINGS
- See Also:
-
-
Constructor Details
-
AccountRequest
public AccountRequest()
-
-
Method Details
-
userReference
-
getUserReference
reference for the end user in the customer backend (must not contain any PII)- Returns:
- userReference
-
setUserReference
-
customerInternalReference
-
getCustomerInternalReference
customer internal reference for a request to link it in the customer backend (must not contain any PII)- Returns:
- customerInternalReference
-
setCustomerInternalReference
-
reportingCriteria
-
getReportingCriteria
additional information provided by a customer for searching and aggregation purposes- Returns:
- reportingCriteria
-
setReportingCriteria
-
callbackUrl
-
getCallbackUrl
possibility to override default callback url for this particular request- Returns:
- callbackUrl
-
setCallbackUrl
-
tokenLifetime
-
getTokenLifetime
should be a valid date period unit definition (example '1d' or '30m' or '600s'): - s - seconds - m - minutes - h - hours - d - days- Returns:
- tokenLifetime
-
setTokenLifetime
-
web
-
getWeb
Get web- Returns:
- web
-
setWeb
-
workflowDefinition
-
getWorkflowDefinition
Get workflowDefinition- Returns:
- workflowDefinition
-
setWorkflowDefinition
-
userConsent
-
getUserConsent
Get userConsent- Returns:
- userConsent
-
setUserConsent
-
overrideSettings
-
putOverrideSettingsItem
-
getOverrideSettings
allows overriding certain settings for the workflow execution, please consult our documentation or support for options available to you- Returns:
- overrideSettings
-
setOverrideSettings
-
equals
-
hashCode
public int hashCode() -
toString
-