Class Changeset

java.lang.Object
java.util.AbstractMap<String,Object>
java.util.HashMap<String,Object>
io.camunda.zeebe.client.protocol.rest.Changeset
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-04-03T11:40:38.552819393Z[GMT]", comments="Generator version: 7.4.0") public class Changeset extends HashMap<String,Object>
A map of changes.
See Also:
  • Field Details

  • Constructor Details

    • Changeset

      public Changeset()
  • Method Details

    • dueDate

      public Changeset dueDate(String dueDate)
    • getDueDate

      @Nullable public String getDueDate()
      The due date of the task. Reset by providing an empty String.
      Returns:
      dueDate
    • setDueDate

      public void setDueDate(String dueDate)
    • followUpDate

      public Changeset followUpDate(String followUpDate)
    • getFollowUpDate

      @Nullable public String getFollowUpDate()
      The follow-up date of the task. Reset by providing an empty String.
      Returns:
      followUpDate
    • setFollowUpDate

      public void setFollowUpDate(String followUpDate)
    • candidateUsers

      public Changeset candidateUsers(List<String> candidateUsers)
    • addCandidateUsersItem

      public Changeset addCandidateUsersItem(String candidateUsersItem)
    • getCandidateUsers

      @Nullable public List<String> getCandidateUsers()
      The list of candidate users of the task. Reset by providing an empty list.
      Returns:
      candidateUsers
    • setCandidateUsers

      public void setCandidateUsers(List<String> candidateUsers)
    • candidateGroups

      public Changeset candidateGroups(List<String> candidateGroups)
    • addCandidateGroupsItem

      public Changeset addCandidateGroupsItem(String candidateGroupsItem)
    • getCandidateGroups

      @Nullable public List<String> getCandidateGroups()
      The list of candidate groups of the task. Reset by providing an empty list.
      Returns:
      candidateGroups
    • setCandidateGroups

      public void setCandidateGroups(List<String> candidateGroups)
    • equals

      public boolean equals(Object o)
      Specified by:
      equals in interface Map<String,Object>
      Overrides:
      equals in class AbstractMap<String,Object>
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface Map<String,Object>
      Overrides:
      hashCode in class AbstractMap<String,Object>
    • toString

      public String toString()
      Overrides:
      toString in class AbstractMap<String,Object>
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string