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