Class ChatServiceClient.ListSectionsPage (0.55.0)

public static class ChatServiceClient.ListSectionsPage extends AbstractPage<ListSectionsRequest,ListSectionsResponse,Section,ChatServiceClient.ListSectionsPage>

Inheritance

java.lang.Object > AbstractPage > ChatServiceClient.ListSectionsPage

Methods

createPage(PageContext<ListSectionsRequest,ListSectionsResponse,Section> context, ListSectionsResponse response)

protected ChatServiceClient.ListSectionsPage createPage(PageContext<ListSectionsRequest,ListSectionsResponse,Section> context, ListSectionsResponse response)
Parameters
Name Description
context PageContext<ListSectionsRequest,ListSectionsResponse,Section>
response ListSectionsResponse
Returns
Type Description
ChatServiceClient.ListSectionsPage
Overrides

createPageAsync(PageContext<ListSectionsRequest,ListSectionsResponse,Section> context, ApiFuture<ListSectionsResponse> futureResponse)

public ApiFuture<ChatServiceClient.ListSectionsPage> createPageAsync(PageContext<ListSectionsRequest,ListSectionsResponse,Section> context, ApiFuture<ListSectionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListSectionsRequest,ListSectionsResponse,Section>
futureResponse ApiFuture<ListSectionsResponse>
Returns
Type Description
ApiFuture<ListSectionsPage>
Overrides