Package | Description |
---|---|
com.communote.common.util |
Modifier and Type | Method and Description |
---|---|
static AugmentedPageableList.AugmentationKeys |
AugmentedPageableList.AugmentationKeys.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AugmentedPageableList.AugmentationKeys[] |
AugmentedPageableList.AugmentationKeys.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Object |
AugmentedPageableList.getAugmentation(AugmentedPageableList.AugmentationKeys key)
Returns augmentation data for the given key.
|
void |
AugmentedPageableList.setAugmentation(AugmentedPageableList.AugmentationKeys key,
Object value)
Sets the augmentation data for the given key.
|
Copyright © 2019 Communote team. All rights reserved.