Class ServiceAttachmentsClient.ListPage (1.51.0)

public static class ServiceAttachmentsClient.ListPage extends AbstractPage<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment,ServiceAttachmentsClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > ServiceAttachmentsClient.ListPage

Methods

createPage(PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, ServiceAttachmentList response)

protected ServiceAttachmentsClient.ListPage createPage(PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, ServiceAttachmentList response)
Parameters
NameDescription
contextPageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment>
responseServiceAttachmentList
Returns
TypeDescription
ServiceAttachmentsClient.ListPage
Overrides

createPageAsync(PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, ApiFuture<ServiceAttachmentList> futureResponse)

public ApiFuture<ServiceAttachmentsClient.ListPage> createPageAsync(PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment> context, ApiFuture<ServiceAttachmentList> futureResponse)
Parameters
NameDescription
contextPageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment>
futureResponseApiFuture<ServiceAttachmentList>
Returns
TypeDescription
ApiFuture<ListPage>
Overrides