Class AppHubClient.ListDiscoveredServicesPage (0.3.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
NameDescription
contextPageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService>
responseListDiscoveredServicesResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse,DiscoveredService>
futureResponseApiFuture<ListDiscoveredServicesResponse>
Returns
TypeDescription
ApiFuture<ListDiscoveredServicesPage>
Overrides