| Package | Description |
|---|---|
| com.fmarslan.spring.base.common.request |
| Modifier and Type | Method and Description |
|---|---|
static EnumOrderType |
EnumOrderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumOrderType[] |
EnumOrderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,EnumOrderType> |
ListRequest.getOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRequest.setOrder(Map<String,EnumOrderType> order) |
| Constructor and Description |
|---|
ListRequest(Integer offset,
Integer count,
Map<String,Object> filter,
Map<String,EnumOrderType> order) |
Copyright © 2019. All rights reserved.