Class AppHubClient.ListWorkloadsPage (0.7.0)

public static class AppHubClient.ListWorkloadsPage extends AbstractPage<ListWorkloadsRequest,ListWorkloadsResponse,Workload,AppHubClient.ListWorkloadsPage>

Inheritance

java.lang.Object > AbstractPage > AppHubClient.ListWorkloadsPage

Methods

createPage(PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload> context, ListWorkloadsResponse response)

protected AppHubClient.ListWorkloadsPage createPage(PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload> context, ListWorkloadsResponse response)
Parameters
Name Description
context PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload>
response ListWorkloadsResponse
Returns
Type Description
AppHubClient.ListWorkloadsPage
Overrides

createPageAsync(PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload> context, ApiFuture<ListWorkloadsResponse> futureResponse)

public ApiFuture<AppHubClient.ListWorkloadsPage> createPageAsync(PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload> context, ApiFuture<ListWorkloadsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListWorkloadsRequest,ListWorkloadsResponse,Workload>
futureResponse ApiFuture<ListWorkloadsResponse>
Returns
Type Description
ApiFuture<ListWorkloadsPage>
Overrides