| Package | Description |
|---|---|
| com.daikit.graphql.config | |
| com.daikit.graphql.data.input | |
| com.daikit.graphql.data.output | |
| com.daikit.graphql.enums |
| Modifier and Type | Method and Description |
|---|---|
GQLOrderByDirectionEnum |
GQLSchemaConfig.getQueryGetListFilterAttributeOrderByDirectionDefaultValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
GQLSchemaConfig.setQueryGetListFilterAttributeOrderByDirectionDefaultValue(GQLOrderByDirectionEnum queryGetListFilterAttributeOrderByDirectionDefaultValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
GQLListLoadConfig.addOrderBy(String field,
GQLOrderByDirectionEnum direction)
Add order by
|
| Modifier and Type | Method and Description |
|---|---|
void |
GQLListLoadConfig.addOrderBys(Map<String,GQLOrderByDirectionEnum> orderBys)
Add order by from given map
|
| Modifier and Type | Method and Description |
|---|---|
GQLOrderByDirectionEnum |
GQLOrderByEntry.getDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
GQLOrderByEntry.setDirection(GQLOrderByDirectionEnum direction) |
| Constructor and Description |
|---|
GQLOrderByEntry(String field,
GQLOrderByDirectionEnum direction)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static GQLOrderByDirectionEnum |
GQLOrderByDirectionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GQLOrderByDirectionEnum[] |
GQLOrderByDirectionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.