| Package | Description |
|---|---|
| com.github.mohitgoyal91.cosmosdbqueryutils | |
| com.github.mohitgoyal91.cosmosdbqueryutils.models | |
| com.github.mohitgoyal91.cosmosdbqueryutils.utilities |
| Modifier and Type | Method and Description |
|---|---|
SelectQuery |
SelectQuery.orderBy(String parameterName,
Constants.Order order)
Ordering the query by parameter
|
SelectQuery |
SelectQuery.orderByTS(Constants.Order order)
Ordering the query by _ts
|
| Modifier and Type | Method and Description |
|---|---|
Constants.Order |
Order.getOrder()
Gets order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setOrder(Constants.Order order)
Sets order.
|
| Constructor and Description |
|---|
Order(String parameterName,
Constants.Order order)
Instantiates a new Order.
|
| Modifier and Type | Method and Description |
|---|---|
static Constants.Order |
Constants.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.Order[] |
Constants.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.