Package io.camunda.client.protocol.rest
Class UserTaskProperties
java.lang.Object
io.camunda.client.protocol.rest.UserTaskProperties
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class UserTaskProperties
extends Object
Contains properties of a user task.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCandidateGroupsItem(String candidateGroupsItem) addCandidateUsersItem(String candidateUsersItem) addChangedAttributesItem(String changedAttributesItem) candidateGroups(List<String> candidateGroups) candidateUsers(List<String> candidateUsers) changedAttributes(List<String> changedAttributes) booleanfollowUpDate(String followUpDate) The action performed on the user task.The user assigned to the task.The groups eligible to claim the task.The users eligible to claim the task.The attributes that were changed in the task.The due date of the user task in ISO 8601 format.The follow-up date of the user task in ISO 8601 format.The key of the form associated with the user task.The priority of the user task.The unique key identifying the user task.inthashCode()voidvoidsetAssignee(String assignee) voidsetCandidateGroups(List<String> candidateGroups) voidsetCandidateUsers(List<String> candidateUsers) voidsetChangedAttributes(List<String> changedAttributes) voidsetDueDate(String dueDate) voidsetFollowUpDate(String followUpDate) voidsetFormKey(String formKey) voidsetPriority(Integer priority) voidsetUserTaskKey(String userTaskKey) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.userTaskKey(String userTaskKey)
-
Field Details
-
JSON_PROPERTY_ACTION
- See Also:
-
JSON_PROPERTY_ASSIGNEE
- See Also:
-
JSON_PROPERTY_CANDIDATE_GROUPS
- See Also:
-
JSON_PROPERTY_CANDIDATE_USERS
- See Also:
-
JSON_PROPERTY_CHANGED_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_DUE_DATE
- See Also:
-
JSON_PROPERTY_FOLLOW_UP_DATE
- See Also:
-
JSON_PROPERTY_FORM_KEY
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
JSON_PROPERTY_USER_TASK_KEY
- See Also:
-
-
Constructor Details
-
UserTaskProperties
public UserTaskProperties()
-
-
Method Details
-
action
-
getAction
The action performed on the user task.- Returns:
- action
-
setAction
-
assignee
-
getAssignee
The user assigned to the task.- Returns:
- assignee
-
setAssignee
-
candidateGroups
-
addCandidateGroupsItem
-
getCandidateGroups
The groups eligible to claim the task.- Returns:
- candidateGroups
-
setCandidateGroups
-
candidateUsers
-
addCandidateUsersItem
-
getCandidateUsers
The users eligible to claim the task.- Returns:
- candidateUsers
-
setCandidateUsers
-
changedAttributes
-
addChangedAttributesItem
-
getChangedAttributes
The attributes that were changed in the task.- Returns:
- changedAttributes
-
setChangedAttributes
-
dueDate
-
getDueDate
The due date of the user task in ISO 8601 format.- Returns:
- dueDate
-
setDueDate
-
followUpDate
-
getFollowUpDate
The follow-up date of the user task in ISO 8601 format.- Returns:
- followUpDate
-
setFollowUpDate
-
formKey
-
getFormKey
The key of the form associated with the user task.- Returns:
- formKey
-
setFormKey
-
priority
-
getPriority
The priority of the user task. minimum: 0 maximum: 100- Returns:
- priority
-
setPriority
-
userTaskKey
-
getUserTaskKey
The unique key identifying the user task.- Returns:
- userTaskKey
-
setUserTaskKey
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-