Class ServiceAttachmentsClient.AggregatedListPage (1.68.0)

public static class ServiceAttachmentsClient.AggregatedListPage extends AbstractPage<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,Map.Entry<String,ServiceAttachmentsScopedList>,ServiceAttachmentsClient.AggregatedListPage>

Inheritance

java.lang.Object > AbstractPage > ServiceAttachmentsClient.AggregatedListPage

Methods

createPage(PageContext<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,Map.Entry<String,ServiceAttachmentsScopedList>> context, ServiceAttachmentAggregatedList response)

protected ServiceAttachmentsClient.AggregatedListPage createPage(PageContext<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,Map.Entry<String,ServiceAttachmentsScopedList>> context, ServiceAttachmentAggregatedList response)
Overrides

createPageAsync(PageContext<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,Map.Entry<String,ServiceAttachmentsScopedList>> context, ApiFuture<ServiceAttachmentAggregatedList> futureResponse)

public ApiFuture<ServiceAttachmentsClient.AggregatedListPage> createPageAsync(PageContext<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,Map.Entry<String,ServiceAttachmentsScopedList>> context, ApiFuture<ServiceAttachmentAggregatedList> futureResponse)
Returns
Type Description
ApiFuture<AggregatedListPage>
Overrides