public static enum AugmentedPageableList.AugmentationKeys extends Enum<AugmentedPageableList.AugmentationKeys>
Enum Constant and Description |
---|
CREATION_TIME_MAX
Upper creation date-time of all members of the pageable list
|
CREATION_TIME_MIN
Upper creation date-time of all members of the pageable list
|
Modifier and Type | Method and Description |
---|---|
static AugmentedPageableList.AugmentationKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AugmentedPageableList.AugmentationKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AugmentedPageableList.AugmentationKeys CREATION_TIME_MAX
public static final AugmentedPageableList.AugmentationKeys CREATION_TIME_MIN
public static AugmentedPageableList.AugmentationKeys[] values()
for (AugmentedPageableList.AugmentationKeys c : AugmentedPageableList.AugmentationKeys.values()) System.out.println(c);
public static AugmentedPageableList.AugmentationKeys 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 © 2019 Communote team. All rights reserved.