public static class ConferenceRecordsServiceClient.ListRecordingsPage extends AbstractPage<ListRecordingsRequest,ListRecordingsResponse,Recording,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 |
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> |