Package com.jumio.sdk.account_v1.model
Class ApiActions
java.lang.Object
com.jumio.sdk.account_v1.model.ApiActions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-16T16:59:18.992153700+02:00[Europe/Vienna]") public class ApiActions
extends
Object
available actions for the API calls, actions can be omitted due to unavailability
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetParts()Get partsgetToken()JWT token for performing any actionhref to manage the acquisition and workflow processinginthashCode()parts(ApiActionsParts parts) voidsetParts(ApiActionsParts parts) voidvoidsetWorkflowExecution(URI workflowExecution) toString()workflowExecution(URI workflowExecution)
-
Field Details
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_PARTS
- See Also:
-
JSON_PROPERTY_WORKFLOW_EXECUTION
- See Also:
-
-
Constructor Details
-
ApiActions
public ApiActions()
-
-
Method Details
-
token
-
getToken
JWT token for performing any action- Returns:
- token
-
setToken
-
parts
-
getParts
Get parts- Returns:
- parts
-
setParts
-
workflowExecution
-
getWorkflowExecution
href to manage the acquisition and workflow processing- Returns:
- workflowExecution
-
setWorkflowExecution
-
equals
-
hashCode
public int hashCode() -
toString
-