Class ConferenceRecordsServiceClient.ListParticipantSessionsPage (0.3.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
NameDescription
contextPageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession>
responseListParticipantSessionsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession>
futureResponseApiFuture<ListParticipantSessionsResponse>
Returns
TypeDescription
ApiFuture<ListParticipantSessionsPage>
Overrides