Class ConferenceRecordsServiceClient.ListRecordingsPage (0.11.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
Name Description
context PageContext<ListRecordingsRequest,ListRecordingsResponse,Recording>
response ListRecordingsResponse
Returns
Type Description
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
Name Description
context PageContext<ListRecordingsRequest,ListRecordingsResponse,Recording>
futureResponse ApiFuture<ListRecordingsResponse>
Returns
Type Description
ApiFuture<ListRecordingsPage>
Overrides