Package | Description |
---|---|
com.pushtechnology.diffusion.client.topics.details |
Unified API - Topic Details.
|
Modifier and Type | Method and Description |
---|---|
PagedTopicDetails.Attributes.Order |
PagedStringTopicDetails.Attributes.PagedStringOrderingPolicy.getOrder()
Returns the order that the lines will be sorted into.
|
PagedTopicDetails.Attributes.Order |
PagedRecordTopicDetails.Attributes.PagedRecordOrderingPolicy.OrderKey.getOrder()
Returns the order that the field is to be sorted into.
|
static PagedTopicDetails.Attributes.Order |
PagedTopicDetails.Attributes.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PagedTopicDetails.Attributes.Order[] |
PagedTopicDetails.Attributes.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PagedStringTopicDetails.Builder |
PagedStringTopicDetails.Builder.order(PagedTopicDetails.Attributes.Duplicates duplicatesPolicy,
PagedTopicDetails.Attributes.Order order,
PagedTopicDetails.Attributes.Rules rules)
Specifies that the topic should be ordered by
policy . |
Constructor and Description |
---|
PagedRecordTopicDetails.Attributes.PagedRecordOrderingPolicy.OrderKey(String fieldName,
PagedTopicDetails.Attributes.Order order)
Creates an order key specifying a field to sort and the
order.
|
PagedRecordTopicDetails.Attributes.PagedRecordOrderingPolicy.OrderKey(String fieldName,
PagedTopicDetails.Attributes.Order order,
PagedTopicDetails.Attributes.Rules rules)
Creates an order key specifying a field to sort, the sort
order and any additional rules.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.