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

Introduction

Encapsulates the result from a fetch operation for a single selected topic.

Since
6.2
Inheritance diagram for PTDiffusionFetchTopicResult:
PTDiffusionBinaryFetchTopicResult PTDiffusionJSONFetchTopicResult PTDiffusionNumberFetchTopicResult PTDiffusionRecordV2FetchTopicResult PTDiffusionStringFetchTopicResult

Class Methods

(instancetype) + NS_UNAVAILABLE
 

Properties

NSString * path
 
PTDiffusionTopicSpecificationspecification
 

Instance Methods

(instancetype) - NS_UNAVAILABLE
 

Property Documentation

- (NSString*) path
readnonatomicassign

The topic path.

Since
6.2
- (PTDiffusionTopicSpecification*) specification
readnonatomicassign

The topic specification.

If the request specified withProperties (PTDiffusionFetchRequest), the result reflects the topic's specification and can be used to create an identical topic. If the request did not specify that properties were to be included, the specification's property map will be empty.

Since
6.2