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="2023-05-09T15:46:40.630039600+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) boolean
possibility 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)additional 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 workflowDefinitionint
hashCode()
reportingCriteria
(String reportingCriteria) void
setCallbackUrl
(String callbackUrl) void
setCustomerInternalReference
(String customerInternalReference) void
setReportingCriteria
(String reportingCriteria) void
setTokenLifetime
(String tokenLifetime) void
setUserConsent
(UserConsent userConsent) void
setUserReference
(String userReference) void
setWeb
(WebSettings web) void
setWorkflowDefinition
(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:
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-