Class UserTaskUpdateRequestChangeset
java.lang.Object
io.camunda.zeebe.client.protocol.rest.UserTaskUpdateRequestChangeset
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-07-03T15:09:39.678402357Z[GMT]",
comments="Generator version: 7.4.0")
public class UserTaskUpdateRequestChangeset
extends Object
JSON object with changed task attribute values. The following attributes can be adjusted with this endpoint, additional attributes will be ignored: * `candidateGroups` - reset by providing an empty list * `candidateUsers` - reset by providing an empty list * `dueDate` - reset by providing an empty String * `followUpDate` - reset by providing an empty String Providing any of those attributes with a `null` value or omitting it preserves the persisted attribute's value. The assignee cannot be adjusted with this endpoint, use the Assign task endpoint. This ensures correct event emission for assignee changes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCandidateGroupsItem(String candidateGroupsItem) addCandidateUsersItem(String candidateUsersItem) candidateGroups(List<String> candidateGroups) candidateUsers(List<String> candidateUsers) booleanfollowUpDate(String followUpDate) The list of candidate groups of the task.The list of candidate users of the task.The due date of the task.The follow-up date of the task.inthashCode()voidsetCandidateGroups(List<String> candidateGroups) voidsetCandidateUsers(List<String> candidateUsers) voidsetDueDate(String dueDate) voidsetFollowUpDate(String followUpDate) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DUE_DATE
- See Also:
-
JSON_PROPERTY_FOLLOW_UP_DATE
- See Also:
-
JSON_PROPERTY_CANDIDATE_USERS
- See Also:
-
JSON_PROPERTY_CANDIDATE_GROUPS
- See Also:
-
-
Constructor Details
-
UserTaskUpdateRequestChangeset
public UserTaskUpdateRequestChangeset()
-
-
Method Details
-
dueDate
-
getDueDate
The due date of the task. Reset by providing an empty String.- Returns:
- dueDate
-
setDueDate
-
followUpDate
-
getFollowUpDate
The follow-up date of the task. Reset by providing an empty String.- Returns:
- followUpDate
-
setFollowUpDate
-
candidateUsers
-
addCandidateUsersItem
-
getCandidateUsers
The list of candidate users of the task. Reset by providing an empty list.- Returns:
- candidateUsers
-
setCandidateUsers
-
candidateGroups
-
addCandidateGroupsItem
-
getCandidateGroups
The list of candidate groups of the task. Reset by providing an empty list.- Returns:
- candidateGroups
-
setCandidateGroups
-
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
-