public static class AppHubClient.ListServicesPage extends AbstractPage<ListServicesRequest,ListServicesResponse,Service,AppHubClient.ListServicesPage>
Methods
createPage(PageContext<ListServicesRequest,ListServicesResponse,Service> context, ListServicesResponse response)
protected AppHubClient.ListServicesPage createPage(PageContext<ListServicesRequest,ListServicesResponse,Service> context, ListServicesResponse response)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListServicesRequest,ListServicesResponse,Service> |
response | ListServicesResponse |
Returns | |
---|---|
Type | Description |
AppHubClient.ListServicesPage |
createPageAsync(PageContext<ListServicesRequest,ListServicesResponse,Service> context, ApiFuture<ListServicesResponse> futureResponse)
public ApiFuture<AppHubClient.ListServicesPage> createPageAsync(PageContext<ListServicesRequest,ListServicesResponse,Service> context, ApiFuture<ListServicesResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context | PageContext<ListServicesRequest,ListServicesResponse,Service> |
futureResponse | ApiFuture<ListServicesResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListServicesPage> |