Class ChatServiceClient.ListSpacesPage (0.7.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
Name Description
context PageContext<ListSpacesRequest,ListSpacesResponse,Space>
response ListSpacesResponse
Returns
Type Description
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
Name Description
context PageContext<ListSpacesRequest,ListSpacesResponse,Space>
futureResponse ApiFuture<ListSpacesResponse>
Returns
Type Description
ApiFuture<ListSpacesPage>
Overrides