Uses of Enum
com.microsoft.graph.models.TeamVisibilityType
Packages that use TeamVisibilityType
-
Uses of TeamVisibilityType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TeamVisibilityTypeModifier and TypeMethodDescriptionstatic TeamVisibilityTypeTeam.getVisibility()Gets the visibility property value.static TeamVisibilityTypeReturns the enum constant of this type with the specified name.static TeamVisibilityType[]TeamVisibilityType.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 TeamVisibilityTypeModifier and TypeMethodDescriptionvoidTeam.setVisibility(TeamVisibilityType value) Sets the visibility property value.