@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class VariableInstanceQueryDtoSorting extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VariableInstanceQueryDtoSorting.SortByEnum
Sort the results lexicographically by a given criterion.
|
static class |
VariableInstanceQueryDtoSorting.SortOrderEnum
Sort the results in a given order.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_SORT_BY |
static String |
SERIALIZED_NAME_SORT_ORDER |
Constructor and Description |
---|
VariableInstanceQueryDtoSorting() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
VariableInstanceQueryDtoSorting.SortByEnum |
getSortBy()
Sort the results lexicographically by a given criterion.
|
VariableInstanceQueryDtoSorting.SortOrderEnum |
getSortOrder()
Sort the results in a given order.
|
int |
hashCode() |
void |
setSortBy(VariableInstanceQueryDtoSorting.SortByEnum sortBy) |
void |
setSortOrder(VariableInstanceQueryDtoSorting.SortOrderEnum sortOrder) |
VariableInstanceQueryDtoSorting |
sortBy(VariableInstanceQueryDtoSorting.SortByEnum sortBy) |
VariableInstanceQueryDtoSorting |
sortOrder(VariableInstanceQueryDtoSorting.SortOrderEnum sortOrder) |
String |
toString() |
public static final String SERIALIZED_NAME_SORT_BY
public static final String SERIALIZED_NAME_SORT_ORDER
public VariableInstanceQueryDtoSorting sortBy(VariableInstanceQueryDtoSorting.SortByEnum sortBy)
@Nullable public VariableInstanceQueryDtoSorting.SortByEnum getSortBy()
public void setSortBy(VariableInstanceQueryDtoSorting.SortByEnum sortBy)
public VariableInstanceQueryDtoSorting sortOrder(VariableInstanceQueryDtoSorting.SortOrderEnum sortOrder)
@Nullable public VariableInstanceQueryDtoSorting.SortOrderEnum getSortOrder()
public void setSortOrder(VariableInstanceQueryDtoSorting.SortOrderEnum sortOrder)
Copyright © 2022. All rights reserved.