Class ChatServiceClient.ListSpacesPage (0.1.0)

public static class ChatServiceClient.ListSpacesPage extends AbstractPage<ListSpacesRequest,ListSpacesResponse,Space,ChatServiceClient.ListSpacesPage>

Inheritance

java.lang.Object > AbstractPage > ChatServiceClient.ListSpacesPage

Methods

createPage(PageContext<ListSpacesRequest,ListSpacesResponse,Space> context, ListSpacesResponse response)

protected ChatServiceClient.ListSpacesPage createPage(PageContext<ListSpacesRequest,ListSpacesResponse,Space> context, ListSpacesResponse response)
Parameters
NameDescription
contextPageContext<ListSpacesRequest,ListSpacesResponse,Space>
responseListSpacesResponse
Returns
TypeDescription
ChatServiceClient.ListSpacesPage
Overrides

createPageAsync(PageContext<ListSpacesRequest,ListSpacesResponse,Space> context, ApiFuture<ListSpacesResponse> futureResponse)

public ApiFuture<ChatServiceClient.ListSpacesPage> createPageAsync(PageContext<ListSpacesRequest,ListSpacesResponse,Space> context, ApiFuture<ListSpacesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListSpacesRequest,ListSpacesResponse,Space>
futureResponseApiFuture<ListSpacesResponse>
Returns
TypeDescription
ApiFuture<ListSpacesPage>
Overrides