Class AppHubClient.ListApplicationsPage (0.7.0)

public static class AppHubClient.ListApplicationsPage extends AbstractPage<ListApplicationsRequest,ListApplicationsResponse,Application,AppHubClient.ListApplicationsPage>

Inheritance

java.lang.Object > AbstractPage > AppHubClient.ListApplicationsPage

Methods

createPage(PageContext<ListApplicationsRequest,ListApplicationsResponse,Application> context, ListApplicationsResponse response)

protected AppHubClient.ListApplicationsPage createPage(PageContext<ListApplicationsRequest,ListApplicationsResponse,Application> context, ListApplicationsResponse response)
Parameters
Name Description
context PageContext<ListApplicationsRequest,ListApplicationsResponse,Application>
response ListApplicationsResponse
Returns
Type Description
AppHubClient.ListApplicationsPage
Overrides

createPageAsync(PageContext<ListApplicationsRequest,ListApplicationsResponse,Application> context, ApiFuture<ListApplicationsResponse> futureResponse)

public ApiFuture<AppHubClient.ListApplicationsPage> createPageAsync(PageContext<ListApplicationsRequest,ListApplicationsResponse,Application> context, ApiFuture<ListApplicationsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListApplicationsRequest,ListApplicationsResponse,Application>
futureResponse ApiFuture<ListApplicationsResponse>
Returns
Type Description
ApiFuture<ListApplicationsPage>
Overrides