Uses of Enum
com.microsoft.graph.models.TeamworkActivityTopicSource
Packages that use TeamworkActivityTopicSource
-
Uses of TeamworkActivityTopicSource in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TeamworkActivityTopicSourceModifier and TypeMethodDescriptionstatic TeamworkActivityTopicSourceTeamworkActivityTopic.getSource()Gets the source property value.static TeamworkActivityTopicSourceReturns the enum constant of this type with the specified name.static TeamworkActivityTopicSource[]TeamworkActivityTopicSource.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 TeamworkActivityTopicSourceModifier and TypeMethodDescriptionvoidTeamworkActivityTopic.setSource(TeamworkActivityTopicSource value) Sets the source property value.