The IntegrationsPage Entity
The org.catalytic.sdk.entities.IntegrationsPage
class represents a page of Integration
s, usually returned from the Integrations.find()
method.
Instance Methods
Name | Type | Description |
---|---|---|
getIntegrations | List< Integration> | The Integrations included in this page of results |
getNextPageToken | String | The token to use to fetch the next page of results |
getCount | int | The total number of Integrations |
Updated almost 3 years ago