| Package | Description |
|---|---|
| com.microsoft.azure.spring.cloud.config.domain |
| Modifier and Type | Method and Description |
|---|---|
QueryField |
QueryOptions.getSortField() |
static QueryField |
QueryField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryField[] |
QueryField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryField> |
QueryOptions.getFields() |
| Modifier and Type | Method and Description |
|---|---|
QueryOptions |
QueryOptions.withFields(QueryField field) |
QueryOptions |
QueryOptions.withSortField(QueryField field) |
| Modifier and Type | Method and Description |
|---|---|
QueryOptions |
QueryOptions.withFields(List<QueryField> fields) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.