Package com.onfido.models
Class TaskBase.Request
- java.lang.Object
-
- com.onfido.models.TaskBase.Request
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTaskDefId()The unique identifier for the taskStringgetTaskDefVersion()The task versionStringgetWorkflowRunId()The unique identifier for the workflow runTaskBase.RequesttaskDefId(String taskDefId)The unique identifier for the taskTaskBase.RequesttaskDefVersion(String taskDefVersion)The task versionStringtoJson()StringtoString()TaskBase.RequestworkflowRunId(String workflowRunId)The unique identifier for the workflow run
-
-
-
Method Detail
-
toJson
public String toJson()
-
taskDefId
public TaskBase.Request taskDefId(String taskDefId)
The unique identifier for the task- Parameters:
taskDefId- The unique identifier for the task- Returns:
- The TaskBase request object.
-
taskDefVersion
public TaskBase.Request taskDefVersion(String taskDefVersion)
The task version- Parameters:
taskDefVersion- The task version- Returns:
- The TaskBase request object.
-
workflowRunId
public TaskBase.Request workflowRunId(String workflowRunId)
The unique identifier for the workflow run- Parameters:
workflowRunId- The unique identifier for the workflow run- Returns:
- The TaskBase request object.
-
getTaskDefId
public String getTaskDefId()
The unique identifier for the task- Returns:
- The unique identifier for the task
-
getTaskDefVersion
public String getTaskDefVersion()
The task version- Returns:
- The task version
-
getWorkflowRunId
public String getWorkflowRunId()
The unique identifier for the workflow run- Returns:
- The unique identifier for the workflow run
-
-