Class ChatServiceClient.ListSectionItemsPage (0.55.0)

public static class ChatServiceClient.ListSectionItemsPage extends AbstractPage<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem,ChatServiceClient.ListSectionItemsPage>

Inheritance

java.lang.Object > AbstractPage > ChatServiceClient.ListSectionItemsPage

Methods

createPage(PageContext<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem> context, ListSectionItemsResponse response)

protected ChatServiceClient.ListSectionItemsPage createPage(PageContext<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem> context, ListSectionItemsResponse response)
Parameters
Name Description
context PageContext<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem>
response ListSectionItemsResponse
Returns
Type Description
ChatServiceClient.ListSectionItemsPage
Overrides

createPageAsync(PageContext<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem> context, ApiFuture<ListSectionItemsResponse> futureResponse)

public ApiFuture<ChatServiceClient.ListSectionItemsPage> createPageAsync(PageContext<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem> context, ApiFuture<ListSectionItemsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem>
futureResponse ApiFuture<ListSectionItemsResponse>
Returns
Type Description
ApiFuture<ListSectionItemsPage>
Overrides