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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()The name of the type of the variable value.org.openapitools.jackson.nullable.JsonNullable<String>The name of the variable to sort by.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidvoidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) voidsetVariable(String variable) voidsetVariable_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> variable) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VARIABLE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
SortTaskQueryParametersDto
public SortTaskQueryParametersDto()
-
-
Method Details
-
variable
-
getVariable
The name of the variable to sort by.- Returns:
- variable
-
getVariable_JsonNullable
-
setVariable_JsonNullable
public void setVariable_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> variable) -
setVariable
-
type
-
getType
The name of the type of the variable value.- Returns:
- type
-
getType_JsonNullable
-
setType_JsonNullable
-
setType
-
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
-