Uses of Enum
com.microsoft.graph.models.TeamworkCallEventType
Packages that use TeamworkCallEventType
-
Uses of TeamworkCallEventType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TeamworkCallEventTypeModifier and TypeMethodDescriptionstatic TeamworkCallEventTypeCallEndedEventMessageDetail.getCallEventType()Gets the callEventType property value.CallStartedEventMessageDetail.getCallEventType()Gets the callEventType property value.static TeamworkCallEventTypeReturns the enum constant of this type with the specified name.static TeamworkCallEventType[]TeamworkCallEventType.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 TeamworkCallEventTypeModifier and TypeMethodDescriptionvoidCallEndedEventMessageDetail.setCallEventType(TeamworkCallEventType value) Sets the callEventType property value.voidCallStartedEventMessageDetail.setCallEventType(TeamworkCallEventType value) Sets the callEventType property value.