Class StorageClient.ListNotificationsPage (2.8.1)

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

Inheritance

java.lang.Object > AbstractPage > StorageClient.ListNotificationsPage

Methods

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

protected StorageClient.ListNotificationsPage createPage(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)
Parameters
Name Description
context PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification>
response ListNotificationsResponse
Returns
Type Description
StorageClient.ListNotificationsPage
Overrides

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

public ApiFuture<StorageClient.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>
Overrides