Class ConferenceRecordsServiceClient.ListParticipantsPage (0.8.0)

public static class ConferenceRecordsServiceClient.ListParticipantsPage extends AbstractPage<ListParticipantsRequest,ListParticipantsResponse,Participant,ConferenceRecordsServiceClient.ListParticipantsPage>

Inheritance

java.lang.Object > AbstractPage > ConferenceRecordsServiceClient.ListParticipantsPage

Methods

createPage(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ListParticipantsResponse response)

protected ConferenceRecordsServiceClient.ListParticipantsPage createPage(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ListParticipantsResponse response)
Parameters
NameDescription
contextPageContext<ListParticipantsRequest,ListParticipantsResponse,Participant>
responseListParticipantsResponse
Returns
TypeDescription
ConferenceRecordsServiceClient.ListParticipantsPage
Overrides

createPageAsync(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ApiFuture<ListParticipantsResponse> futureResponse)

public ApiFuture<ConferenceRecordsServiceClient.ListParticipantsPage> createPageAsync(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ApiFuture<ListParticipantsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListParticipantsRequest,ListParticipantsResponse,Participant>
futureResponseApiFuture<ListParticipantsResponse>
Returns
TypeDescription
ApiFuture<ListParticipantsPage>
Overrides