Class ServiceAttachmentsClient.ListPage (1.52.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
Name Description
context PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment>
response ServiceAttachmentList
Returns
Type Description
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
Name Description
context PageContext<ListServiceAttachmentsRequest,ServiceAttachmentList,ServiceAttachment>
futureResponse ApiFuture<ServiceAttachmentList>
Returns
Type Description
ApiFuture<ListPage>
Overrides