public static interface PagedTopicDetails.Attributes extends TopicDetails.Attributes
Modifier and Type | Interface and Description |
---|---|
static interface |
PagedTopicDetails.Attributes.ComparatorOrderingPolicy
Ordering Policy when ordering is
PagedTopicDetails.Attributes.Ordering.COMPARATOR . |
static class |
PagedTopicDetails.Attributes.Duplicates
The Duplicates Policy to use when Paged Topic lines are ordered.
|
static class |
PagedTopicDetails.Attributes.Order
Indicates a sort ordering within an ordering policy.
|
static interface |
PagedTopicDetails.Attributes.OrderedOrderingPolicy
Represents an ordered ordering policy.
|
static class |
PagedTopicDetails.Attributes.Ordering
Indicates the ordering in use.
|
static interface |
PagedTopicDetails.Attributes.OrderingPolicy
Represents an ordering policy.
|
static interface |
PagedTopicDetails.Attributes.Rules
Rules to be applied when ordering data.
|
Modifier and Type | Method and Description |
---|---|
PagedTopicDetails.Attributes.OrderingPolicy |
getOrderingPolicy()
Returns the ordering policy.
|
getProperties, getReference, tidiesOnUnsubscribe
PagedTopicDetails.Attributes.OrderingPolicy getOrderingPolicy()
If ordering is unordered
this will return
PagedTopicDetails.Attributes.OrderingPolicy.UNORDERED
.
If ordering comparator
this will return
an instance of PagedTopicDetails.Attributes.ComparatorOrderingPolicy
.
If PagedTopicDetails.Attributes.Ordering.DECLARED
, this will return an instance of the
subtype appropriate to the TopicType
.
Copyright © 2016 Push Technology Ltd. All Rights Reserved.