Class ChatServiceClient.ListSpaceEventsPage (0.11.0)

public static class ChatServiceClient.ListSpaceEventsPage extends AbstractPage<ListSpaceEventsRequest,ListSpaceEventsResponse,SpaceEvent,ChatServiceClient.ListSpaceEventsPage>

Inheritance

java.lang.Object > AbstractPage > ChatServiceClient.ListSpaceEventsPage

Methods

createPage(PageContext<ListSpaceEventsRequest,ListSpaceEventsResponse,SpaceEvent> context, ListSpaceEventsResponse response)

protected ChatServiceClient.ListSpaceEventsPage createPage(PageContext<ListSpaceEventsRequest,ListSpaceEventsResponse,SpaceEvent> context, ListSpaceEventsResponse response)
Parameters
Name Description
context PageContext<ListSpaceEventsRequest,ListSpaceEventsResponse,SpaceEvent>
response ListSpaceEventsResponse
Returns
Type Description
ChatServiceClient.ListSpaceEventsPage
Overrides

createPageAsync(PageContext<ListSpaceEventsRequest,ListSpaceEventsResponse,SpaceEvent> context, ApiFuture<ListSpaceEventsResponse> futureResponse)

public ApiFuture<ChatServiceClient.ListSpaceEventsPage> createPageAsync(PageContext<ListSpaceEventsRequest,ListSpaceEventsResponse,SpaceEvent> context, ApiFuture<ListSpaceEventsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListSpaceEventsRequest,ListSpaceEventsResponse,SpaceEvent>
futureResponse ApiFuture<ListSpaceEventsResponse>
Returns
Type Description
ApiFuture<ListSpaceEventsPage>
Overrides