Uses of Enum
com.microsoft.graph.models.TeamsAppDistributionMethod
Packages that use TeamsAppDistributionMethod
-
Uses of TeamsAppDistributionMethod in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TeamsAppDistributionMethodModifier and TypeMethodDescriptionstatic TeamsAppDistributionMethodTeamsApp.getDistributionMethod()Gets the distributionMethod property value.static TeamsAppDistributionMethodReturns the enum constant of this type with the specified name.static TeamsAppDistributionMethod[]TeamsAppDistributionMethod.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 TeamsAppDistributionMethodModifier and TypeMethodDescriptionvoidTeamsApp.setDistributionMethod(TeamsAppDistributionMethod value) Sets the distributionMethod property value.