RFSPageResponse
@interface RFSPageResponse<PageItem : RFSDBBaseItem *> : RFSBaseResponse
Response for paged requests.
-
List of result items.
Declaration
Objective-C
@property (nonatomic, strong, readonly, nullable) NSArray<PageItem> *items; -
Current page number.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger page; -
Total number of pages.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger totalPages; -
Unavailable
Not the designated initializer
Undocumented
Declaration
Objective-C
RFS_EMPTY_INIT_UNAVAILABLE -
Unavailable
Not the designated initializer
Undocumented
Declaration
Objective-C
RFS_EMPTY_INIT_UNAVAILABLE