Class AppHubClient.ListApplicationsPage (0.1.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
NameDescription
contextPageContext<ListApplicationsRequest,ListApplicationsResponse,Application>
responseListApplicationsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListApplicationsRequest,ListApplicationsResponse,Application>
futureResponseApiFuture<ListApplicationsResponse>
Returns
TypeDescription
ApiFuture<ListApplicationsPage>
Overrides