Package io.camunda.client.protocol.rest
Class JobResultCorrections
java.lang.Object
io.camunda.client.protocol.rest.JobResultCorrections
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-25T13:39:08.081076719Z[GMT]",
comments="Generator version: 7.10.0")
public class JobResultCorrections
extends Object
JSON object with attributes that were corrected by the worker. The following attributes can be corrected, additional attributes will be ignored: * `assignee` - clear by providing an empty String * `dueDate` - clear by providing an empty String * `followUpDate` - clear by providing an empty String * `candidateGroups` - clear by providing an empty list * `candidateUsers` - clear by providing an empty list * `priority` - minimum 0, maximum 100, default 50 Providing any of those attributes with a `null` value or omitting it preserves the persisted attribute's value.
-
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) Assignee of the task.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.The priority of the task.inthashCode()voidsetAssignee(String assignee) voidsetCandidateGroups(List<String> candidateGroups) voidsetCandidateUsers(List<String> candidateUsers) voidsetDueDate(String dueDate) voidsetFollowUpDate(String followUpDate) voidsetPriority(Integer priority) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ASSIGNEE
- See Also:
-
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:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
-
Constructor Details
-
JobResultCorrections
public JobResultCorrections()
-
-
Method Details
-
assignee
-
getAssignee
Assignee of the task.- Returns:
- assignee
-
setAssignee
-
dueDate
-
getDueDate
The due date of the task.- Returns:
- dueDate
-
setDueDate
-
followUpDate
-
getFollowUpDate
The follow-up date of the task.- Returns:
- followUpDate
-
setFollowUpDate
-
candidateUsers
-
addCandidateUsersItem
-
getCandidateUsers
The list of candidate users of the task.- Returns:
- candidateUsers
-
setCandidateUsers
-
candidateGroups
-
addCandidateGroupsItem
-
getCandidateGroups
The list of candidate groups of the task.- Returns:
- candidateGroups
-
setCandidateGroups
-
priority
-
getPriority
The priority of the task. minimum: 0 maximum: 100- Returns:
- priority
-
setPriority
-
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
-