public static class ConferenceRecordsServiceClient.ListParticipantSessionsPage extends AbstractPage<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession,ConferenceRecordsServiceClient.ListParticipantSessionsPage>
Inheritance
java.lang.Object > AbstractPage > ConferenceRecordsServiceClient.ListParticipantSessionsPageMethods
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 |
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> |