Class ServiceAttachmentsClient.AggregatedListPage (1.51.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)
Parameters
NameDescription
contextPageContext<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,java.util.Map.Entry<String,ServiceAttachmentsScopedList>>
responseServiceAttachmentAggregatedList
Returns
TypeDescription
ServiceAttachmentsClient.AggregatedListPage
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)
Parameters
NameDescription
contextPageContext<AggregatedListServiceAttachmentsRequest,ServiceAttachmentAggregatedList,java.util.Map.Entry<String,ServiceAttachmentsScopedList>>
futureResponseApiFuture<ServiceAttachmentAggregatedList>
Returns
TypeDescription
ApiFuture<AggregatedListPage>
Overrides