Diffusion Apple API  5.9.24
Unified Client Library for iOS, OS X and tvOS
 All Classes Functions Variables Properties Pages
Class Methods | List of all members
PTDiffusionPagedTopicOrder Class Reference

Introduction

Indicates a sort ordering within a paged topic ordering policy.

See Also
PTDiffusionPagedRecordTopicDetailsBuilder
PTDiffusionPagedRecordTopicOrderKey
PTDiffusionPagedStringTopicOrderingPolicy
Deprecated:
Since 5.9. Will be removed in a future release.
Since
5.7
Inheritance diagram for PTDiffusionPagedTopicOrder:
PTDiffusionEnumeration

Class Methods

(instancetype) + ascending
 The order is ascending - lowest values first. More...
 
(instancetype) + descending
 The order is descending - highest values first. More...
 
- Class Methods inherited from PTDiffusionEnumeration
(NSSet< PTDiffusionEnumeration * > *) + elements
 

Additional Inherited Members

- Instance Methods inherited from PTDiffusionEnumeration
(BOOL) - isEqualToEnumeration:
 

Method Documentation

+ (instancetype) ascending

The order is ascending - lowest values first.

Since
5.7
+ (instancetype) descending

The order is descending - highest values first.

Since
5.7