Uses of Enum
com.microsoft.graph.models.TeamworkTagType
Packages that use TeamworkTagType
-
Uses of TeamworkTagType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TeamworkTagTypeModifier and TypeMethodDescriptionstatic TeamworkTagTypeTeamworkTag.getTagType()Gets the tagType property value.static TeamworkTagTypeReturns the enum constant of this type with the specified name.static TeamworkTagType[]TeamworkTagType.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 TeamworkTagTypeModifier and TypeMethodDescriptionvoidTeamworkTag.setTagType(TeamworkTagType value) Sets the tagType property value.