RecordingsRequest class

Constructors

RecordingsRequest()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

builder → XmlBuilder
no setter

Static Methods

createRecording(RecordingConfiguration recordingConfiguration) → XmlDocumentFragment
XML for the createRecording
createRecordingJob(RecordingJobConfiguration recordingJobConfiguration) → XmlDocumentFragment
XML for the createRecordingJob
deleteRecording(String recordingToken) → XmlDocumentFragment
XML for the deleteRecording
deleteRecordingJob(String jobToken) → XmlDocumentFragment
XML for the deleteRecordingJob
getRecordingJobs() → XmlDocumentFragment
XML for the getRecordingJobs
getRecordingJobState(String jobToken) → XmlDocumentFragment
XML for the getRecordingJobState
getRecordingOptions(ReferenceToken recordingToken) → XmlDocumentFragment
XML for the getRecordingOptions
getRecordings() → XmlDocumentFragment
XML for the getRecordings
getServiceCapabilities() → XmlDocumentFragment
XML for the getServiceCapabilities
setRecordingJobMode({required String jobToken, required RecordingJobConfigurationMode mode}) → XmlDocumentFragment
XML for the setRecordingJobMode