Uses of Enum
com.microsoft.graph.models.CallRecordingStatus
Packages that use CallRecordingStatus
-
Uses of CallRecordingStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CallRecordingStatusModifier and TypeMethodDescriptionstatic CallRecordingStatusCallRecordingEventMessageDetail.getCallRecordingStatus()Gets the callRecordingStatus property value.static CallRecordingStatusReturns the enum constant of this type with the specified name.static CallRecordingStatus[]CallRecordingStatus.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 CallRecordingStatusModifier and TypeMethodDescriptionvoidCallRecordingEventMessageDetail.setCallRecordingStatus(CallRecordingStatus value) Sets the callRecordingStatus property value.