|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sort.Direction | |
|---|---|
| com.foxinmy.weixin4j.model.paging | |
| Uses of Sort.Direction in com.foxinmy.weixin4j.model.paging |
|---|
| Fields in com.foxinmy.weixin4j.model.paging declared as Sort.Direction | |
|---|---|
static Sort.Direction |
Sort.DEFAULT_DIRECTION
|
| Methods in com.foxinmy.weixin4j.model.paging that return Sort.Direction | |
|---|---|
static Sort.Direction |
Sort.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Sort.Direction[] |
Sort.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.foxinmy.weixin4j.model.paging that return types with arguments of type Sort.Direction | |
|---|---|
Map<Sort.Direction,List<String>> |
Sort.getOrders()
|
| Constructors in com.foxinmy.weixin4j.model.paging with parameters of type Sort.Direction | |
|---|---|
Pageable(int page,
int size,
Sort.Direction direction,
String... properties)
|
|
Sort(Sort.Direction direction,
List<String> properties)
|
|
Sort(Sort.Direction direction,
String... properties)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||