public class Pagination
extends java.lang.Object
Constructor and Description |
---|
Pagination(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize()
Ensures the underlying native object destruction
|
long |
handle()
Gets the pointer/address to the underlying native object
|
int |
nextLimit()
Number of selected next page records
Number of selected next page records.
|
boolean |
nextPage()
Specifies the possibility of having a next page
Specifies the possibility of having a next page.
|
java.lang.String |
nextPageId()
Next page ID
Next page ID for CRMs that supports this type of pagination.
|
java.lang.String |
nextPageUrl()
Next page URL
Next page URL.
|
int |
nextStart()
The number of skipped contacts in the next page
The number of contacts skipped before selecting records for next page.
|
public Pagination(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public java.lang.String nextPageUrl()
public boolean nextPage()
public int nextStart()
public int nextLimit()
public java.lang.String nextPageId()