@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class TaskDto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TaskDto.DelegationStateEnum
The task's delegation state.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ASSIGNEE |
static String |
SERIALIZED_NAME_CASE_DEFINITION_ID |
static String |
SERIALIZED_NAME_CASE_EXECUTION_ID |
static String |
SERIALIZED_NAME_CASE_INSTANCE_ID |
static String |
SERIALIZED_NAME_CREATED |
static String |
SERIALIZED_NAME_DELEGATION_STATE |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_DUE |
static String |
SERIALIZED_NAME_EXECUTION_ID |
static String |
SERIALIZED_NAME_FOLLOW_UP |
static String |
SERIALIZED_NAME_FORM_KEY |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_OWNER |
static String |
SERIALIZED_NAME_PARENT_TASK_ID |
static String |
SERIALIZED_NAME_PRIORITY |
static String |
SERIALIZED_NAME_PROCESS_DEFINITION_ID |
static String |
SERIALIZED_NAME_PROCESS_INSTANCE_ID |
static String |
SERIALIZED_NAME_SUSPENDED |
static String |
SERIALIZED_NAME_TASK_DEFINITION_KEY |
static String |
SERIALIZED_NAME_TENANT_ID |
Constructor and Description |
---|
TaskDto() |
Modifier and Type | Method and Description |
---|---|
TaskDto |
assignee(String assignee) |
TaskDto |
caseDefinitionId(String caseDefinitionId) |
TaskDto |
caseExecutionId(String caseExecutionId) |
TaskDto |
caseInstanceId(String caseInstanceId) |
TaskDto |
created(Date created) |
TaskDto |
delegationState(TaskDto.DelegationStateEnum delegationState) |
TaskDto |
description(String description) |
TaskDto |
due(Date due) |
boolean |
equals(Object o) |
TaskDto |
executionId(String executionId) |
TaskDto |
followUp(Date followUp) |
TaskDto |
formKey(String formKey) |
String |
getAssignee()
The assignee's id.
|
String |
getCaseDefinitionId()
The id of the case definition the task belongs to.
|
String |
getCaseExecutionId()
The id of the case execution the task belongs to.
|
String |
getCaseInstanceId()
The id of the case instance the task belongs to.
|
Date |
getCreated()
The date the task was created on.
|
TaskDto.DelegationStateEnum |
getDelegationState()
The task's delegation state.
|
String |
getDescription()
The task's description.
|
Date |
getDue()
The task's due date.
|
String |
getExecutionId()
The id of the execution the task belongs to.
|
Date |
getFollowUp()
The follow-up date for the task.
|
String |
getFormKey()
If not `null`, the form key for the task.
|
String |
getId()
The task id.
|
String |
getName()
The task name.
|
String |
getOwner()
The owner's id.
|
String |
getParentTaskId()
The id the parent task, if this task is a subtask.
|
Integer |
getPriority()
The task's priority.
|
String |
getProcessDefinitionId()
The id of the process definition the task belongs to.
|
String |
getProcessInstanceId()
The id of the process instance the task belongs to.
|
Boolean |
getSuspended()
Whether the task belongs to a process instance that is suspended.
|
String |
getTaskDefinitionKey()
The task's key.
|
String |
getTenantId()
If not `null`, the tenant id of the task.
|
int |
hashCode() |
TaskDto |
id(String id) |
TaskDto |
name(String name) |
TaskDto |
owner(String owner) |
TaskDto |
parentTaskId(String parentTaskId) |
TaskDto |
priority(Integer priority) |
TaskDto |
processDefinitionId(String processDefinitionId) |
TaskDto |
processInstanceId(String processInstanceId) |
void |
setAssignee(String assignee) |
void |
setCaseDefinitionId(String caseDefinitionId) |
void |
setCaseExecutionId(String caseExecutionId) |
void |
setCaseInstanceId(String caseInstanceId) |
void |
setCreated(Date created) |
void |
setDelegationState(TaskDto.DelegationStateEnum delegationState) |
void |
setDescription(String description) |
void |
setDue(Date due) |
void |
setExecutionId(String executionId) |
void |
setFollowUp(Date followUp) |
void |
setFormKey(String formKey) |
void |
setId(String id) |
void |
setName(String name) |
void |
setOwner(String owner) |
void |
setParentTaskId(String parentTaskId) |
void |
setPriority(Integer priority) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setSuspended(Boolean suspended) |
void |
setTaskDefinitionKey(String taskDefinitionKey) |
void |
setTenantId(String tenantId) |
TaskDto |
suspended(Boolean suspended) |
TaskDto |
taskDefinitionKey(String taskDefinitionKey) |
TaskDto |
tenantId(String tenantId) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_ASSIGNEE
public static final String SERIALIZED_NAME_OWNER
public static final String SERIALIZED_NAME_CREATED
public static final String SERIALIZED_NAME_DUE
public static final String SERIALIZED_NAME_FOLLOW_UP
public static final String SERIALIZED_NAME_DELEGATION_STATE
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_EXECUTION_ID
public static final String SERIALIZED_NAME_PARENT_TASK_ID
public static final String SERIALIZED_NAME_PRIORITY
public static final String SERIALIZED_NAME_PROCESS_DEFINITION_ID
public static final String SERIALIZED_NAME_PROCESS_INSTANCE_ID
public static final String SERIALIZED_NAME_CASE_EXECUTION_ID
public static final String SERIALIZED_NAME_CASE_DEFINITION_ID
public static final String SERIALIZED_NAME_CASE_INSTANCE_ID
public static final String SERIALIZED_NAME_TASK_DEFINITION_KEY
public static final String SERIALIZED_NAME_SUSPENDED
public static final String SERIALIZED_NAME_FORM_KEY
public static final String SERIALIZED_NAME_TENANT_ID
public void setId(String id)
public void setName(String name)
public void setAssignee(String assignee)
public void setOwner(String owner)
@Nullable public Date getCreated()
public void setCreated(Date created)
@Nullable public Date getDue()
public void setDue(Date due)
@Nullable public Date getFollowUp()
public void setFollowUp(Date followUp)
public TaskDto delegationState(TaskDto.DelegationStateEnum delegationState)
@Nullable public TaskDto.DelegationStateEnum getDelegationState()
public void setDelegationState(TaskDto.DelegationStateEnum delegationState)
@Nullable public String getDescription()
public void setDescription(String description)
@Nullable public String getExecutionId()
public void setExecutionId(String executionId)
@Nullable public String getParentTaskId()
public void setParentTaskId(String parentTaskId)
public void setPriority(Integer priority)
@Nullable public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
@Nullable public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
@Nullable public String getCaseExecutionId()
public void setCaseExecutionId(String caseExecutionId)
@Nullable public String getCaseDefinitionId()
public void setCaseDefinitionId(String caseDefinitionId)
@Nullable public String getCaseInstanceId()
public void setCaseInstanceId(String caseInstanceId)
@Nullable public String getTaskDefinitionKey()
public void setTaskDefinitionKey(String taskDefinitionKey)
@Nullable public Boolean getSuspended()
public void setSuspended(Boolean suspended)
@Nullable public String getFormKey()
public void setFormKey(String formKey)
@Nullable public String getTenantId()
public void setTenantId(String tenantId)
Copyright © 2022. All rights reserved.