Package | Description |
---|---|
com.pushtechnology.diffusion.api.data.paging |
Diffusion Paged Topic Data API.
|
Modifier and Type | Method and Description |
---|---|
static PagedTopicData.Duplicates |
PagedTopicData.Duplicates.fromCode(String code)
Returns Duplicates enum from code value.
|
PagedTopicData.Duplicates |
PagedTopicData.getDuplicatesPolicy()
Deprecated.
Returns the duplicates policy.
|
static PagedTopicData.Duplicates |
PagedTopicData.Duplicates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PagedTopicData.Duplicates[] |
PagedTopicData.Duplicates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PagedTopicData.setDuplicatesPolicy(PagedTopicData.Duplicates policy)
Deprecated.
Set the duplicates policy for
ordered data. |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.