zdk.objc
|
Search pagination. More...
#import <ZDKPagination.h>
Instance Methods | |
(NSString *) | - handlesDescription |
Instance Methods inherited from <ZDKZHandle> | |
(long int) | - handle |
(void) | - initialize |
(void) | - releaseReference |
(NSString *) | - handlesDescription |
Properties | |
NSString *_Nullable | nextPageUrl |
Next page URL. More... | |
BOOL | nextPage |
Specifies the possibility of having a next page. More... | |
int | nextStart |
The number of skipped contacts in the next page. More... | |
int | nextLimit |
Number of selected next page records. More... | |
NSString *_Nullable | nextPageId |
Next page ID. More... | |
Search pagination.
Describes the search pagination used for paged searching.
- (NSString *) handlesDescription |
Reimplemented from <ZDKZHandle>.
|
readnonatomicassign |
Number of selected next page records.
Number of selected next page records.
|
readnonatomicassign |
Specifies the possibility of having a next page.
Specifies the possibility of having a next page.
|
readnonatomicassign |
Next page ID.
Next page ID for CRMs that supports this type of pagination.
|
readnonatomicassign |
Next page URL.
Next page URL.
|
readnonatomicassign |
The number of skipped contacts in the next page.
The number of contacts skipped before selecting records for next page.