Uses of Enum
com.microsoft.graph.models.TeamsAppPublishingState
Packages that use TeamsAppPublishingState
-
Uses of TeamsAppPublishingState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TeamsAppPublishingStateModifier and TypeMethodDescriptionstatic TeamsAppPublishingStateTeamsAppDefinition.getPublishingState()Gets the publishingState property value.static TeamsAppPublishingStateReturns the enum constant of this type with the specified name.static TeamsAppPublishingState[]TeamsAppPublishingState.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 TeamsAppPublishingStateModifier and TypeMethodDescriptionvoidTeamsAppDefinition.setPublishingState(TeamsAppPublishingState value) Sets the publishingState property value.