| Package | Description |
|---|---|
| org.blufin.sdk.enums | |
| org.blufin.sdk.filters | |
| org.blufin.sdk.request | |
| org.blufin.sdk.rest | |
| org.blufin.sdk.validators |
| Modifier and Type | Method and Description |
|---|---|
static SortOrder |
SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrder[] |
SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SortUriBuilder.build(List<Pair<String,SortOrder>> sortList) |
| Modifier and Type | Method and Description |
|---|---|
PaginatedGetRequest<DTO,FIELD,SORT,REFINER> |
PaginatedGetRequest.sortBy(SORT sortableField,
SortOrder sortOrder) |
IdSetGetRequest<DTO,FIELD,SORT> |
IdSetGetRequest.sortBy(SORT sortableField,
SortOrder sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GetRequestBase.setSortInternal(List<Pair<SORT,SortOrder>> sortList) |
protected void |
GetRequestBase.setSortInternal(Pair<SORT,SortOrder> sort) |
PaginatedGetRequest<DTO,FIELD,SORT,REFINER> |
PaginatedGetRequest.sortBy(List<Pair<SORT,SortOrder>> sortList) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetRequest.setSort(List<Pair<String,SortOrder>> sortList) |
| Modifier and Type | Method and Description |
|---|---|
static List<Pair<String,SortOrder>> |
SortValidator.deserialize(String sortString,
AckResolver ackResolver,
AbstractMetaData metaData) |
Copyright © 2019. All rights reserved.