Class ChatServiceClient.ListSpacesPagedResponse (0.3.0)

public static class ChatServiceClient.ListSpacesPagedResponse extends AbstractPagedListResponse<ListSpacesRequest,ListSpacesResponse,Space,ChatServiceClient.ListSpacesPage,ChatServiceClient.ListSpacesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractPagedListResponse > ChatServiceClient.ListSpacesPagedResponse

Static Methods

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

public static ApiFuture<ChatServiceClient.ListSpacesPagedResponse> createAsync(PageContext<ListSpacesRequest,ListSpacesResponse,Space> context, ApiFuture<ListSpacesResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListSpacesRequest,ListSpacesResponse,Space>
futureResponseApiFuture<ListSpacesResponse>
Returns
TypeDescription
ApiFuture<ListSpacesPagedResponse>