Class ConferenceRecordsServiceClient.ListRecordingsPage (0.2.0)

public static class ConferenceRecordsServiceClient.ListRecordingsPage extends AbstractPage<ListRecordingsRequest,ListRecordingsResponse,Recording,ConferenceRecordsServiceClient.ListRecordingsPage>

Inheritance

java.lang.Object > AbstractPage > ConferenceRecordsServiceClient.ListRecordingsPage

Methods

createPage(PageContext<ListRecordingsRequest,ListRecordingsResponse,Recording> context, ListRecordingsResponse response)

protected ConferenceRecordsServiceClient.ListRecordingsPage createPage(PageContext<ListRecordingsRequest,ListRecordingsResponse,Recording> context, ListRecordingsResponse response)
Parameters
NameDescription
contextPageContext<ListRecordingsRequest,ListRecordingsResponse,Recording>
responseListRecordingsResponse
Returns
TypeDescription
ConferenceRecordsServiceClient.ListRecordingsPage
Overrides

createPageAsync(PageContext<ListRecordingsRequest,ListRecordingsResponse,Recording> context, ApiFuture<ListRecordingsResponse> futureResponse)

public ApiFuture<ConferenceRecordsServiceClient.ListRecordingsPage> createPageAsync(PageContext<ListRecordingsRequest,ListRecordingsResponse,Recording> context, ApiFuture<ListRecordingsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListRecordingsRequest,ListRecordingsResponse,Recording>
futureResponseApiFuture<ListRecordingsResponse>
Returns
TypeDescription
ApiFuture<ListRecordingsPage>
Overrides