| Package | Description |
|---|---|
| com.microsoft.exchange.types |
| Modifier and Type | Field and Description |
|---|---|
protected SortDirectionType |
FieldOrderType.order |
protected SortDirectionType |
BaseGroupByType.order |
| Modifier and Type | Method and Description |
|---|---|
static SortDirectionType |
SortDirectionType.fromValue(String v) |
SortDirectionType |
FieldOrderType.getOrder()
Gets the value of the order property.
|
SortDirectionType |
BaseGroupByType.getOrder()
Gets the value of the order property.
|
static SortDirectionType |
SortDirectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirectionType[] |
SortDirectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldOrderType.setOrder(SortDirectionType value)
Sets the value of the order property.
|
void |
BaseGroupByType.setOrder(SortDirectionType value)
Sets the value of the order property.
|
Copyright © 2016 Apereo. All Rights Reserved.