public static class StorageClient.ListNotificationsPage extends AbstractPage<ListNotificationsRequest,ListNotificationsResponse,Notification,StorageClient.ListNotificationsPage>
Methods
createPage(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)
protected StorageClient.ListNotificationsPage createPage(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ListNotificationsResponse response)
Name | Description |
context | PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> |
response | ListNotificationsResponse |
Type | Description |
StorageClient.ListNotificationsPage |
createPageAsync(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ApiFuture<ListNotificationsResponse> futureResponse)
public ApiFuture<StorageClient.ListNotificationsPage> createPageAsync(PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, ApiFuture<ListNotificationsResponse> futureResponse)
Name | Description |
context | PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> |
futureResponse | ApiFuture<ListNotificationsResponse> |
Type | Description |
ApiFuture<ListNotificationsPage> |