| Package | Description |
|---|---|
| com.atlassian.confluence.api.service.content |
| Modifier and Type | Method and Description |
|---|---|
static ContentOrder.Field |
ContentOrder.Field.fromFieldPath(String fieldPath)
Get a Field enum value for a
Content field path. |
ContentOrder.Field |
ContentOrder.getField()
Get the field of the order-by.
|
static ContentOrder.Field |
ContentOrder.Field.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentOrder.Field[] |
ContentOrder.Field.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ContentOrder(ContentOrder.Field field) |
ContentOrder(ContentOrder.Field field,
ContentOrder.Direction direction) |
Copyright © 2003–2017 Atlassian. All rights reserved.