Class SortTaskQueryParametersDto

java.lang.Object
org.camunda.community.rest.client.dto.SortTaskQueryParametersDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class SortTaskQueryParametersDto extends Object
Mandatory when `sortBy` is one of the following values: `processVariable`, `executionVariable`, `taskVariable`, `caseExecutionVariable` or `caseInstanceVariable`. Must be a JSON object with the properties `variable` and `type` where `variable` is a variable name and `type` is the name of a variable value type.
  • Field Details

  • Constructor Details

    • SortTaskQueryParametersDto

      public SortTaskQueryParametersDto()
  • Method Details

    • variable

      public SortTaskQueryParametersDto variable(String variable)
    • getVariable

      @Nullable public String getVariable()
      The name of the variable to sort by.
      Returns:
      variable
    • getVariable_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getVariable_JsonNullable()
    • setVariable_JsonNullable

      public void setVariable_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> variable)
    • setVariable

      public void setVariable(String variable)
    • type

      public SortTaskQueryParametersDto type(String type)
    • getType

      @Nullable public String getType()
      The name of the type of the variable value.
      Returns:
      type
    • getType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getType_JsonNullable()
    • setType_JsonNullable

      public void setType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type)
    • setType

      public void setType(String type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class 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