Uses of Class
com.onfido.model.TaskItem
-
Packages that use TaskItem Package Description com.onfido.api com.onfido.model -
-
Uses of TaskItem in com.onfido.api
Methods in com.onfido.api that return types with arguments of type TaskItem Modifier and Type Method Description List<TaskItem>DefaultApi. listTasks(UUID workflowRunId)List Tasks The tasks of a Workflow can be retrieved by calling this endpoint with the unique identifier of the Workflow Run.ApiResponse<List<TaskItem>>DefaultApi. listTasksWithHttpInfo(UUID workflowRunId)List Tasks The tasks of a Workflow can be retrieved by calling this endpoint with the unique identifier of the Workflow Run.Method parameters in com.onfido.api with type arguments of type TaskItem Modifier and Type Method Description okhttp3.CallDefaultApi. listTasksAsync(UUID workflowRunId, ApiCallback<List<TaskItem>> _callback)List Tasks (asynchronously) The tasks of a Workflow can be retrieved by calling this endpoint with the unique identifier of the Workflow Run. -
Uses of TaskItem in com.onfido.model
Methods in com.onfido.model that return TaskItem Modifier and Type Method Description TaskItemTaskItem. createdAt(OffsetDateTime createdAt)static TaskItemTaskItem. fromJson(String jsonString)Create an instance of TaskItem given an JSON stringTaskItemTaskItem. id(String id)TaskItemTaskItem. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.TaskItemTaskItem. taskDefId(String taskDefId)TaskItemTaskItem. taskDefVersion(String taskDefVersion)TaskItemTaskItem. updatedAt(OffsetDateTime updatedAt)TaskItemTaskItem. workflowRunId(UUID workflowRunId)
-