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