Uses of Class
odata.msgraph.client.enums.TeamworkActivityTopicSource
-
Packages that use TeamworkActivityTopicSource Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of TeamworkActivityTopicSource in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as TeamworkActivityTopicSource Modifier and Type Field Description protected TeamworkActivityTopicSourceTeamworkActivityTopic. sourceMethods in odata.msgraph.client.complex that return types with arguments of type TeamworkActivityTopicSource Modifier and Type Method Description Optional<TeamworkActivityTopicSource>TeamworkActivityTopic. getSource()Methods in odata.msgraph.client.complex with parameters of type TeamworkActivityTopicSource Modifier and Type Method Description TeamworkActivityTopic.BuilderTeamworkActivityTopic.Builder. source(TeamworkActivityTopicSource source)TeamworkActivityTopicTeamworkActivityTopic. withSource(TeamworkActivityTopicSource source) -
Uses of TeamworkActivityTopicSource in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return TeamworkActivityTopicSource Modifier and Type Method Description static TeamworkActivityTopicSourceTeamworkActivityTopicSource. valueOf(String name)Returns 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.
-