public static class AdvisoryNotificationsServiceClient.ListNotificationsPage extends AbstractPage<ListNotificationsRequest,ListNotificationsResponse,Notification,AdvisoryNotificationsServiceClient.ListNotificationsPage>
Inheritance
java.lang.Object > AbstractPage > AdvisoryNotificationsServiceClient.ListNotificationsPageMethods
createPage(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)
protected AdvisoryNotificationsServiceClient.ListNotificationsPage createPage(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> |
response |
ListNotificationsResponse |
Returns | |
---|---|
Type | Description |
AdvisoryNotificationsServiceClient.ListNotificationsPage |
createPageAsync(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ApiFuture<ListNotificationsResponse> futureResponse)
public ApiFuture<AdvisoryNotificationsServiceClient.ListNotificationsPage> createPageAsync(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ApiFuture<ListNotificationsResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> |
futureResponse |
ApiFuture<ListNotificationsResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListNotificationsPage> |