Class DataformClient.QueryWorkflowInvocationActionsPage (0.33.0)

See more code actions.
public static class DataformClient.QueryWorkflowInvocationActionsPage extends AbstractPage<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction,DataformClient.QueryWorkflowInvocationActionsPage>
java.lang.Object > AbstractPage > DataformClient.QueryWorkflowInvocationActionsPage

createPage(PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction> context, QueryWorkflowInvocationActionsResponse response)

protected DataformClient.QueryWorkflowInvocationActionsPage createPage(PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction> context, QueryWorkflowInvocationActionsResponse response)
Overrides

createPageAsync(PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction> context, ApiFuture<QueryWorkflowInvocationActionsResponse> futureResponse)

public ApiFuture<DataformClient.QueryWorkflowInvocationActionsPage> createPageAsync(PageContext<QueryWorkflowInvocationActionsRequest,QueryWorkflowInvocationActionsResponse,WorkflowInvocationAction> context, ApiFuture<QueryWorkflowInvocationActionsResponse> futureResponse)
Returns
Type Description
ApiFuture<QueryWorkflowInvocationActionsPage>
Overrides