Uses of Class
com.microsoft.graph.models.TeamsApp
Packages that use TeamsApp
-
Uses of TeamsApp in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TeamsAppModifier and TypeMethodDescriptionstatic TeamsAppTeamsApp.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueTeamsAppInstallation.getTeamsApp()Gets the teamsApp property value.TeamsTab.getTeamsApp()Gets the teamsApp property value.Methods in com.microsoft.graph.models that return types with arguments of type TeamsAppModifier and TypeMethodDescriptionChannel.getEnabledApps()Gets the enabledApps property value.AppCatalogs.getTeamsApps()Gets the teamsApps property value.TeamsAppCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type TeamsAppModifier and TypeMethodDescriptionvoidTeamsAppInstallation.setTeamsApp(TeamsApp value) Sets the teamsApp property value.voidTeamsTab.setTeamsApp(TeamsApp value) Sets the teamsApp property value.Method parameters in com.microsoft.graph.models with type arguments of type TeamsAppModifier and TypeMethodDescriptionvoidChannel.setEnabledApps(List<TeamsApp> value) Sets the enabledApps property value.voidAppCatalogs.setTeamsApps(List<TeamsApp> value) Sets the teamsApps property value.voidSets the value property value.