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

Introduction

Schema for paged record topics.

See Also
PTDiffusionPagedRecordTopicDetailsBuilder
Deprecated:
Since 5.9. Will be removed in a future release.
Since
5.7
Inheritance diagram for PTDiffusionPagedRecordTopicSchema:
PTDiffusionTopicSchema

Class Methods

(PTDiffusionRecordMetadata *) + defaultMetadata
 

Properties

PTDiffusionRecordMetadatametadata
 

Instance Methods

(BOOL) - isEqualToPagedRecordTopicSchema:
 
- Instance Methods inherited from PTDiffusionTopicSchema
(BOOL) - isEqualToTopicSchema:
 

Method Documentation

+ (PTDiffusionRecordMetadata *) defaultMetadata

The default metadata used if not is explicitly supplied.

Since
5.7
- (BOOL) isEqualToPagedRecordTopicSchema: (nullable PTDiffusionPagedRecordTopicSchema *)  pagedRecordTopicSchema

Compares the receiver to the given paged record topic schema.

Parameters
pagedRecordTopicSchemaThe paged record topic schema object with which to compare the receiver.
Returns
YES if the paged record topic schema is equal to the receiver, otherwise NO.
Since
5.7

Property Documentation

- (PTDiffusionRecordMetadata*) metadata
readnonatomicassign

The metadata.

Since
5.7