public static class ConferenceRecordsServiceClient.ListParticipantsPage extends AbstractPage<ListParticipantsRequest,ListParticipantsResponse,Participant,ConferenceRecordsServiceClient.ListParticipantsPage>
Methods
createPage(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ListParticipantsResponse response)
protected ConferenceRecordsServiceClient.ListParticipantsPage createPage(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ListParticipantsResponse response)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> |
response |
ListParticipantsResponse |
Returns | |
---|---|
Type | Description |
ConferenceRecordsServiceClient.ListParticipantsPage |
createPageAsync(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ApiFuture<ListParticipantsResponse> futureResponse)
public ApiFuture<ConferenceRecordsServiceClient.ListParticipantsPage> createPageAsync(PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ApiFuture<ListParticipantsResponse> futureResponse)
Parameters | |
---|---|
Name | Description |
context |
PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> |
futureResponse |
ApiFuture<ListParticipantsResponse> |
Returns | |
---|---|
Type | Description |
ApiFuture<ListParticipantsPage> |