public static enum GroupSDK.GroupClient.Sort extends Enum<GroupSDK.GroupClient.Sort>
| Enum Constant and Description |
|---|
CREATION_ASC
Creation ascending sort.
|
CREATION_DESC
Creation descending sort.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static GroupSDK.GroupClient.Sort |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupSDK.GroupClient.Sort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupSDK.GroupClient.Sort CREATION_ASC
public static final GroupSDK.GroupClient.Sort CREATION_DESC
public static GroupSDK.GroupClient.Sort[] values()
for (GroupSDK.GroupClient.Sort c : GroupSDK.GroupClient.Sort.values()) System.out.println(c);
public static GroupSDK.GroupClient.Sort valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<GroupSDK.GroupClient.Sort>Copyright © 2015 Covisint. All rights reserved.