Uses of Class
com.microsoft.graph.models.CallRecording
Packages that use CallRecording
-
Uses of CallRecording in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CallRecordingModifier and TypeMethodDescriptionstatic CallRecordingCallRecording.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type CallRecordingModifier and TypeMethodDescriptionAdhocCall.getRecordings()Gets the recordings property value.OnlineMeeting.getRecordings()Gets the recordings property value.CallRecordingCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type CallRecordingModifier and TypeMethodDescriptionvoidAdhocCall.setRecordings(List<CallRecording> value) Sets the recordings property value.voidOnlineMeeting.setRecordings(List<CallRecording> value) Sets the recordings property value.voidCallRecordingCollectionResponse.setValue(List<CallRecording> value) Sets the value property value.