Uses of Enum
com.microsoft.graph.models.EngagementCreationMode
Packages that use EngagementCreationMode
-
Uses of EngagementCreationMode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EngagementCreationModeModifier and TypeMethodDescriptionstatic EngagementCreationModeEngagementConversation.getCreationMode()Gets the creationMode property value.EngagementConversationMessage.getCreationMode()Gets the creationMode property value.static EngagementCreationModeReturns the enum constant of this type with the specified name.static EngagementCreationMode[]EngagementCreationMode.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 EngagementCreationModeModifier and TypeMethodDescriptionvoidEngagementConversation.setCreationMode(EngagementCreationMode value) Sets the creationMode property value.voidEngagementConversationMessage.setCreationMode(EngagementCreationMode value) Sets the creationMode property value.