Class Changeset
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-05-07T13:04:14.077117205Z[GMT]",
comments="Generator version: 7.4.0")
public class Changeset
extends HashMap<String,Object>
A map of changes.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
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.Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
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
-
Changeset
public Changeset()
-
-
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
- Overrides:
toStringin classAbstractMap<String,Object>
-
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
-