public static interface PagedTopicDetails.Attributes.OrderingPolicy
Subtypes will exist for the different types of paged topic.
Modifier and Type | Field and Description |
---|---|
static PagedTopicDetails.Attributes.OrderingPolicy |
UNORDERED
A policy that describes an unordered topic.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicates whether the policy is equal to a supplied object.
|
PagedTopicDetails.Attributes.Ordering |
getOrdering()
Returns the ordering that the policy applies.
|
int |
hashCode()
Returns a unique has code for the policy.
|
String |
toString()
Returns a string representation of the policy.
|
static final PagedTopicDetails.Attributes.OrderingPolicy UNORDERED
PagedTopicDetails.Attributes.Ordering getOrdering()
int hashCode()
boolean equals(Object obj)
Copyright © 2016 Push Technology Ltd. All Rights Reserved.