Class AppHubClient.ListDiscoveredServicesPage (0.7.0)

public static class AppHubClient.ListDiscoveredServicesPage extends AbstractPage<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService,AppHubClient.ListDiscoveredServicesPage>

Inheritance

java.lang.Object > AbstractPage > AppHubClient.ListDiscoveredServicesPage

Methods

createPage(PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> context, ListDiscoveredServicesResponse response)

protected AppHubClient.ListDiscoveredServicesPage createPage(PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> context, ListDiscoveredServicesResponse response)
Parameters
Name Description
context PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService>
response ListDiscoveredServicesResponse
Returns
Type Description
AppHubClient.ListDiscoveredServicesPage
Overrides

createPageAsync(PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> context, ApiFuture<ListDiscoveredServicesResponse> futureResponse)

public ApiFuture<AppHubClient.ListDiscoveredServicesPage> createPageAsync(PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService> context, ApiFuture<ListDiscoveredServicesResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService>
futureResponse ApiFuture<ListDiscoveredServicesResponse>
Returns
Type Description
ApiFuture<ListDiscoveredServicesPage>
Overrides