public static enum ActivityRecordSet.SortableProperty extends Enum<ActivityRecordSet.SortableProperty>
Enum Constant and Description |
---|
START_DATE
The date and time when the activity associated with the record
began.
|
Modifier and Type | Method and Description |
---|---|
static ActivityRecordSet.SortableProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityRecordSet.SortableProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityRecordSet.SortableProperty START_DATE
public static ActivityRecordSet.SortableProperty[] values()
for (ActivityRecordSet.SortableProperty c : ActivityRecordSet.SortableProperty.values()) System.out.println(c);
public static ActivityRecordSet.SortableProperty 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 nullCopyright © 2018. All rights reserved.