Uses of Enum
com.microsoft.graph.models.RecordingStatus
Packages that use RecordingStatus
-
Uses of RecordingStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RecordingStatusModifier and TypeMethodDescriptionstatic RecordingStatusRecordingInfo.getRecordingStatus()Gets the recordingStatus property value.static RecordingStatusReturns the enum constant of this type with the specified name.static RecordingStatus[]RecordingStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type RecordingStatusModifier and TypeMethodDescriptionvoidRecordingInfo.setRecordingStatus(RecordingStatus value) Sets the recordingStatus property value.