Class WorkflowsClient.ListWorkflowsPage (2.42.0)

public static class WorkflowsClient.ListWorkflowsPage extends AbstractPage<ListWorkflowsRequest,ListWorkflowsResponse,Workflow,WorkflowsClient.ListWorkflowsPage>

Inheritance

java.lang.Object > AbstractPage > WorkflowsClient.ListWorkflowsPage

Methods

createPage(PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, ListWorkflowsResponse response)

protected WorkflowsClient.ListWorkflowsPage createPage(PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, ListWorkflowsResponse response)
Parameters
Name Description
context PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow>
response ListWorkflowsResponse
Returns
Type Description
WorkflowsClient.ListWorkflowsPage
Overrides

createPageAsync(PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, ApiFuture<ListWorkflowsResponse> futureResponse)

public ApiFuture<WorkflowsClient.ListWorkflowsPage> createPageAsync(PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow> context, ApiFuture<ListWorkflowsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListWorkflowsRequest,ListWorkflowsResponse,Workflow>
futureResponse ApiFuture<ListWorkflowsResponse>
Returns
Type Description
ApiFuture<ListWorkflowsPage>
Overrides