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