Class ServiceAttachmentsClient.ListPage (1.17.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 Returns Overrides

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

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