Uses of Enum
com.microsoft.graph.models.CallTranscriptionState
Packages that use CallTranscriptionState
-
Uses of CallTranscriptionState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CallTranscriptionStateModifier and TypeMethodDescriptionstatic CallTranscriptionStateCallTranscriptionInfo.getState()Gets the state property value.static CallTranscriptionStateReturns the enum constant of this type with the specified name.static CallTranscriptionState[]CallTranscriptionState.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 CallTranscriptionStateModifier and TypeMethodDescriptionvoidCallTranscriptionInfo.setState(CallTranscriptionState value) Sets the state property value.