Uses of Class
com.microsoft.graph.models.TeamsAppInstallation
Packages that use TeamsAppInstallation
-
Uses of TeamsAppInstallation in com.microsoft.graph.models
Subclasses of TeamsAppInstallation in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return TeamsAppInstallationModifier and TypeMethodDescriptionstatic TeamsAppInstallationTeamsAppInstallation.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type TeamsAppInstallationModifier and TypeMethodDescriptionChat.getInstalledApps()Gets the installedApps property value.Team.getInstalledApps()Gets the installedApps property value.TeamsAppInstallationCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type TeamsAppInstallationModifier and TypeMethodDescriptionvoidChat.setInstalledApps(List<TeamsAppInstallation> value) Sets the installedApps property value.voidTeam.setInstalledApps(List<TeamsAppInstallation> value) Sets the installedApps property value.voidTeamsAppInstallationCollectionResponse.setValue(List<TeamsAppInstallation> value) Sets the value property value.