The DataTablesPage Entity
catalytic.sdk.entities.DataTablesPage
The DataTablesPage
class represents a page of DataTable
s, usually returned from the DataTables.find()
method.
Instance Methods
Name | Return Type | Description |
---|---|---|
getDataTables | List< DataTable> | The DataTables included in this page of results |
getNextPageToken | String | The token used to fetch the next page of DataTables |
getCount | int | The total number of DataTables |
Updated almost 4 years ago