Uses of Enum
com.microsoft.graph.models.CallEventType
Packages that use CallEventType
-
Uses of CallEventType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CallEventTypeModifier and TypeMethodDescriptionstatic CallEventTypeCallEvent.getCallEventType()Gets the callEventType property value.static CallEventTypeReturns the enum constant of this type with the specified name.static CallEventType[]CallEventType.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 CallEventTypeModifier and TypeMethodDescriptionvoidCallEvent.setCallEventType(CallEventType value) Sets the callEventType property value.