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

#import <CPTActionsResponse.h>

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

Properties

CPTActionType actionType
 
NSArray< id< CPTAction > > * actions
 
- Properties inherited from <CPTPageResponse>
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

◆ actions

- (NSArray<id<CPTAction> >*) actions
readnonatomicassign

List of the actions, sorted by their date, starting from the most recent action. Each element of the array conforms to the CPTAction protocol.

◆ actionType

- (CPTActionType) actionType
readnonatomicassign

CPTActionType


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