Uses of Class
odata.msgraph.client.enums.CallTranscriptionState
-
Packages that use CallTranscriptionState Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of CallTranscriptionState in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as CallTranscriptionState Modifier and Type Field Description protected CallTranscriptionStateCallTranscriptionInfo. stateMethods in odata.msgraph.client.complex that return types with arguments of type CallTranscriptionState Modifier and Type Method Description Optional<CallTranscriptionState>CallTranscriptionInfo. getState()Methods in odata.msgraph.client.complex with parameters of type CallTranscriptionState Modifier and Type Method Description CallTranscriptionInfo.BuilderCallTranscriptionInfo.Builder. state(CallTranscriptionState state)CallTranscriptionInfoCallTranscriptionInfo. withState(CallTranscriptionState state) -
Uses of CallTranscriptionState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return CallTranscriptionState Modifier and Type Method Description static CallTranscriptionStateCallTranscriptionState. valueOf(String name)Returns 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.
-