| Package | Description |
|---|---|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
PostProcessingArgs.SortDirection |
PostProcessingArgs.SortProperty.getDirection()
Get the sort direction.
|
static PostProcessingArgs.SortDirection |
PostProcessingArgs.SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostProcessingArgs.SortDirection[] |
PostProcessingArgs.SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SortProperty(K property,
PostProcessingArgs.SortDirection direction)
Creates a new sort property.
|
Copyright © 2025 lettuce.io. All rights reserved.