| Package | Description |
|---|---|
| com.groupbyinc.api.model |
| Modifier and Type | Method and Description |
|---|---|
Navigation.Sort |
Navigation.getSort()
Will return one of the following sort types:
Count_Ascending, Count_Descending
Value_Ascending, Value_Descending
|
static Navigation.Sort |
Navigation.Sort.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Navigation.Sort[] |
Navigation.Sort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Navigation |
Navigation.setSort(Navigation.Sort sort) |
Copyright © 2013–2016 GroupBy Inc.. All rights reserved.