Class UserTaskItem
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.UserTaskItem
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class UserTaskItem
extends Object
UserTaskItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCandidateGroupItem(String candidateGroupItem) addCandidateUserItem(String candidateUserItem) candidateGroup(List<String> candidateGroup) candidateUser(List<String> candidateUser) completionDate(String completionDate) creationDate(String creationDate) customHeaders(Map<String, String> customHeaders) elementInstanceKey(Long elementInstanceKey) booleanexternalFormReference(String externalFormReference) followUpDate(String followUpDate) Get assigneeGet candidateGroupGet candidateUser@Valid StringGet completionDate@Valid StringGet creationDateGet customHeaders@Valid StringGet dueDateGet elementIdGet elementInstanceKeyGet externalFormReference@Valid StringGet followUpDateGet formKeygetKey()Get key@Min(0L) @Max(100L) IntegerThe priority of a user task.Get processDefinitionIdGet processDefinitionKeyGet processDefinitionVersionGet processInstanceKeygetState()Get stateGet tenantIdsinthashCode()processDefinitionId(String processDefinitionId) processDefinitionKey(Long processDefinitionKey) processDefinitionVersion(Integer processDefinitionVersion) processInstanceKey(Long processInstanceKey) putCustomHeadersItem(String key, String customHeadersItem) voidsetAssignee(String assignee) voidsetCandidateGroup(List<String> candidateGroup) voidsetCandidateUser(List<String> candidateUser) voidsetCompletionDate(String completionDate) voidsetCreationDate(String creationDate) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDueDate(String dueDate) voidsetElementId(String elementId) voidsetElementInstanceKey(Long elementInstanceKey) voidsetExternalFormReference(String externalFormReference) voidsetFollowUpDate(String followUpDate) voidsetFormKey(Long formKey) voidvoidsetPriority(Integer priority) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(Long processDefinitionKey) voidsetProcessDefinitionVersion(Integer processDefinitionVersion) voidsetProcessInstanceKey(Long processInstanceKey) voidvoidsetTenantIds(String tenantIds) toString()
-
Constructor Details
-
UserTaskItem
public UserTaskItem()
-
-
Method Details
-
key
-
getKey
Get key- Returns:
- key
-
setKey
-
state
-
getState
Get state- Returns:
- state
-
setState
-
assignee
-
getAssignee
Get assignee- Returns:
- assignee
-
setAssignee
-
elementId
-
getElementId
Get elementId- Returns:
- elementId
-
setElementId
-
elementInstanceKey
-
getElementInstanceKey
Get elementInstanceKey- Returns:
- elementInstanceKey
-
setElementInstanceKey
-
candidateGroup
-
addCandidateGroupItem
-
getCandidateGroup
Get candidateGroup- Returns:
- candidateGroup
-
setCandidateGroup
-
candidateUser
-
addCandidateUserItem
-
getCandidateUser
Get candidateUser- Returns:
- candidateUser
-
setCandidateUser
-
processDefinitionId
-
getProcessDefinitionId
Get processDefinitionId- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
processDefinitionKey
-
getProcessDefinitionKey
Get processDefinitionKey- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
processInstanceKey
-
getProcessInstanceKey
Get processInstanceKey- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
formKey
-
getFormKey
Get formKey- Returns:
- formKey
-
setFormKey
-
creationDate
-
getCreationDate
Get creationDate- Returns:
- creationDate
-
setCreationDate
-
completionDate
-
getCompletionDate
Get completionDate- Returns:
- completionDate
-
setCompletionDate
-
followUpDate
-
getFollowUpDate
Get followUpDate- Returns:
- followUpDate
-
setFollowUpDate
-
dueDate
-
getDueDate
Get dueDate- Returns:
- dueDate
-
setDueDate
-
tenantIds
-
getTenantIds
Get tenantIds- Returns:
- tenantIds
-
setTenantIds
-
externalFormReference
-
getExternalFormReference
Get externalFormReference- Returns:
- externalFormReference
-
setExternalFormReference
-
processDefinitionVersion
-
getProcessDefinitionVersion
Get processDefinitionVersion- Returns:
- processDefinitionVersion
-
setProcessDefinitionVersion
-
customHeaders
-
putCustomHeadersItem
-
getCustomHeaders
Get customHeaders- Returns:
- customHeaders
-
setCustomHeaders
-
priority
-
getPriority
The priority of a user task. The higher the value the higher the priority. minimum: 0 maximum: 100- Returns:
- priority
-
setPriority
-
equals
-
hashCode
public int hashCode() -
toString
-