Class SchemaLogQueryDto
java.lang.Object
org.camunda.community.rest.client.dto.SchemaLogQueryDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class SchemaLogQueryDto
extends Object
SchemaLogQueryDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSortingItem(SchemaLogQueryDtoSortingInner sortingItem) booleanA JSON array of criteria to sort the result by.org.openapitools.jackson.nullable.JsonNullable<List<SchemaLogQueryDtoSortingInner>>The version of the schema.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidsetSorting(List<SchemaLogQueryDtoSortingInner> sorting) voidsetSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<SchemaLogQueryDtoSortingInner>> sorting) voidsetVersion(String version) voidsetVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> version) sorting(List<SchemaLogQueryDtoSortingInner> sorting) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_SORTING
- See Also:
-
-
Constructor Details
-
SchemaLogQueryDto
public SchemaLogQueryDto()
-
-
Method Details
-
version
-
getVersion
The version of the schema.- Returns:
- version
-
getVersion_JsonNullable
-
setVersion_JsonNullable
-
setVersion
-
sorting
-
addSortingItem
-
getSorting
A JSON array of criteria to sort the result by. Each element of the array is a JSON object that specifies one ordering. The position in the array identifies the rank of an ordering, i.e., whether it is primary, secondary, etc.- Returns:
- sorting
-
getSorting_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<List<SchemaLogQueryDtoSortingInner>> getSorting_JsonNullable() -
setSorting_JsonNullable
public void setSorting_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<SchemaLogQueryDtoSortingInner>> sorting) -
setSorting
-
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
-