Class ConferenceRecordsServiceClient.ListParticipantSessionsPage (0.11.0)

public static class ConferenceRecordsServiceClient.ListParticipantSessionsPage extends AbstractPage<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession,ConferenceRecordsServiceClient.ListParticipantSessionsPage>

Inheritance

java.lang.Object > AbstractPage > ConferenceRecordsServiceClient.ListParticipantSessionsPage

Methods

createPage(PageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession> context, ListParticipantSessionsResponse response)

protected ConferenceRecordsServiceClient.ListParticipantSessionsPage createPage(PageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession> context, ListParticipantSessionsResponse response)
Parameters
Name Description
context PageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession>
response ListParticipantSessionsResponse
Returns
Type Description
ConferenceRecordsServiceClient.ListParticipantSessionsPage
Overrides

createPageAsync(PageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession> context, ApiFuture<ListParticipantSessionsResponse> futureResponse)

public ApiFuture<ConferenceRecordsServiceClient.ListParticipantSessionsPage> createPageAsync(PageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession> context, ApiFuture<ListParticipantSessionsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession>
futureResponse ApiFuture<ListParticipantSessionsResponse>
Returns
Type Description
ApiFuture<ListParticipantSessionsPage>
Overrides