Class WorkstationsClient.ListWorkstationsPage (0.30.0)

public static class WorkstationsClient.ListWorkstationsPage extends AbstractPage<ListWorkstationsRequest,ListWorkstationsResponse,Workstation,WorkstationsClient.ListWorkstationsPage>

Inheritance

java.lang.Object > AbstractPage > WorkstationsClient.ListWorkstationsPage

Methods

createPage(PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ListWorkstationsResponse response)

protected WorkstationsClient.ListWorkstationsPage createPage(PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ListWorkstationsResponse response)
Parameters
Name Description
context PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation>
response ListWorkstationsResponse
Returns
Type Description
WorkstationsClient.ListWorkstationsPage
Overrides

createPageAsync(PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ApiFuture<ListWorkstationsResponse> futureResponse)

public ApiFuture<WorkstationsClient.ListWorkstationsPage> createPageAsync(PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation> context, ApiFuture<ListWorkstationsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListWorkstationsRequest,ListWorkstationsResponse,Workstation>
futureResponse ApiFuture<ListWorkstationsResponse>
Returns
Type Description
ApiFuture<ListWorkstationsPage>
Overrides