Package org.openapitools.client.models
Class ListRecordingsResponse
-
- All Implemented Interfaces:
public final class ListRecordingsResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdurationprivate final List<CallRecording>recordings
-
Constructor Summary
Constructors Constructor Description ListRecordingsResponse(String duration, List<CallRecording> recordings)
-
Method Summary
Modifier and Type Method Description final StringgetDuration()final List<CallRecording>getRecordings()-
-
Constructor Detail
-
ListRecordingsResponse
ListRecordingsResponse(String duration, List<CallRecording> recordings)
-
-
Method Detail
-
getDuration
final String getDuration()
-
getRecordings
final List<CallRecording> getRecordings()
-
-
-
-