Package org.openapitools.client.model
Class VariableInstanceQueryDtoSorting
- java.lang.Object
-
- org.openapitools.client.model.VariableInstanceQueryDtoSorting
-
public class VariableInstanceQueryDtoSorting extends Object
VariableInstanceQueryDtoSorting
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVariableInstanceQueryDtoSorting.SortByEnumSort the results lexicographically by a given criterion.static classVariableInstanceQueryDtoSorting.SortOrderEnumSort the results in a given order.
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SORT_BYstatic StringSERIALIZED_NAME_SORT_ORDER
-
Constructor Summary
Constructors Constructor Description VariableInstanceQueryDtoSorting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)VariableInstanceQueryDtoSorting.SortByEnumgetSortBy()Sort the results lexicographically by a given criterion.VariableInstanceQueryDtoSorting.SortOrderEnumgetSortOrder()Sort the results in a given order.inthashCode()voidsetSortBy(VariableInstanceQueryDtoSorting.SortByEnum sortBy)voidsetSortOrder(VariableInstanceQueryDtoSorting.SortOrderEnum sortOrder)VariableInstanceQueryDtoSortingsortBy(VariableInstanceQueryDtoSorting.SortByEnum sortBy)VariableInstanceQueryDtoSortingsortOrder(VariableInstanceQueryDtoSorting.SortOrderEnum sortOrder)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_SORT_BY
public static final String SERIALIZED_NAME_SORT_BY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SORT_ORDER
public static final String SERIALIZED_NAME_SORT_ORDER
- See Also:
- Constant Field Values
-
-
Method Detail
-
sortBy
public VariableInstanceQueryDtoSorting sortBy(VariableInstanceQueryDtoSorting.SortByEnum sortBy)
-
getSortBy
public VariableInstanceQueryDtoSorting.SortByEnum getSortBy()
Sort the results lexicographically by a given criterion. Must be used in conjunction with the sortOrder parameter.- Returns:
- sortBy
-
setSortBy
public void setSortBy(VariableInstanceQueryDtoSorting.SortByEnum sortBy)
-
sortOrder
public VariableInstanceQueryDtoSorting sortOrder(VariableInstanceQueryDtoSorting.SortOrderEnum sortOrder)
-
getSortOrder
public VariableInstanceQueryDtoSorting.SortOrderEnum getSortOrder()
Sort the results in a given order. Values may be `asc` for ascending order or `desc` for descending order. Must be used in conjunction with the sortBy parameter.- Returns:
- sortOrder
-
setSortOrder
public void setSortOrder(VariableInstanceQueryDtoSorting.SortOrderEnum sortOrder)
-
-