Class AdvisoryNotificationsServiceClient.ListNotificationsPage (0.47.0)

public static class AdvisoryNotificationsServiceClient.ListNotificationsPage extends AbstractPage<ListNotificationsRequest,ListNotificationsResponse,Notification,AdvisoryNotificationsServiceClient.ListNotificationsPage>

Inheritance

java.lang.Object > AbstractPage > AdvisoryNotificationsServiceClient.ListNotificationsPage

Methods

createPage(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)

protected AdvisoryNotificationsServiceClient.ListNotificationsPage createPage(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)
Overrides

createPageAsync(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ApiFuture<ListNotificationsResponse> futureResponse)

public ApiFuture<AdvisoryNotificationsServiceClient.ListNotificationsPage> createPageAsync(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ApiFuture<ListNotificationsResponse> futureResponse)
Returns
Type Description
ApiFuture<ListNotificationsPage>
Overrides