Captainup  2.4
Properties | List of all members
<CPTPageResponse> Protocol Reference

#import <CPTPageResponse.h>

Inheritance diagram for <CPTPageResponse>:
<CPTResponse> <CPTObject> <CPTActionsResponse> <CPTLeaderboardResponse>

Properties

NSUInteger count
 
NSUInteger skip
 
NSUInteger limit
 
- Properties inherited from <CPTResponse>
NSInteger code
 
NSError * error
 
NSString * objectName
 
NSString * requestUrl
 
NSString * apiVersion
 
BOOL isSuccessful
 
- Properties inherited from <CPTObject>
NSDictionary< NSString *, id > * sourceDictionary
 

Additional Inherited Members

- Instance Methods inherited from <CPTObject>
(nonnull instancetype) - initWithDictionary:
 
(nonnull NSDictionary< NSString *, id > *) - toDictionary
 

Detailed Description

Description

Property Documentation

◆ count

- (NSUInteger) count
readnonatomicassign

The number of elements returned.

◆ limit

- (NSUInteger) limit
readnonatomicassign

The number of elements that was requested

◆ skip

- (NSUInteger) skip
readnonatomicassign

The number of elemnts skipped in the pagination.


The documentation for this protocol was generated from the following file: