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
PTDiffusionPagedTopicDuplicates Class Reference

Introduction

Specifies the duplicates handling policy for paged topics when operating in ordered mode.

See Also
PTDiffusionPagedRecordTopicDetailsBuilder
PTDiffusionPagedStringTopicDetailsBuilder
PTDiffusionPagedTopicDetailsBuilder
PTDiffusionPagedTopicOrderingPolicy
Deprecated:
Since 5.9. Will be removed in a future release.
Since
5.7
Inheritance diagram for PTDiffusionPagedTopicDuplicates:
PTDiffusionEnumeration

Class Methods

(instancetype) + first
 If a duplicate line is added it will be inserted before the first matching duplicate. More...
 
(instancetype) + last
 If a duplicate line is added it will be added after the last matching duplicate. More...
 
(instancetype) + notAllowed
 Duplicates are not allowed. More...
 
- Class Methods inherited from PTDiffusionEnumeration
(NSSet< PTDiffusionEnumeration * > *) + elements
 

Additional Inherited Members

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

Method Documentation

+ (instancetype) first

If a duplicate line is added it will be inserted before the first matching duplicate.

Since
5.7
+ (instancetype) last

If a duplicate line is added it will be added after the last matching duplicate.

Since
5.7
+ (instancetype) notAllowed

Duplicates are not allowed.

If this is the policy, any attempt to add a duplicate will fail.

Since
5.7