Uses of Class
odata.msgraph.client.enums.CallRecordingStatus
-
Packages that use CallRecordingStatus Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of CallRecordingStatus in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as CallRecordingStatus Modifier and Type Field Description protected CallRecordingStatusCallRecordingEventMessageDetail. callRecordingStatusMethods in odata.msgraph.client.complex that return types with arguments of type CallRecordingStatus Modifier and Type Method Description Optional<CallRecordingStatus>CallRecordingEventMessageDetail. getCallRecordingStatus()Methods in odata.msgraph.client.complex with parameters of type CallRecordingStatus Modifier and Type Method Description CallRecordingEventMessageDetail.BuilderCallRecordingEventMessageDetail.Builder. callRecordingStatus(CallRecordingStatus callRecordingStatus)CallRecordingEventMessageDetailCallRecordingEventMessageDetail. withCallRecordingStatus(CallRecordingStatus callRecordingStatus) -
Uses of CallRecordingStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return CallRecordingStatus Modifier and Type Method Description static CallRecordingStatusCallRecordingStatus. valueOf(String name)Returns 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.
-