Uses of Class
com.microsoft.graph.models.TeamsAppDefinition
Packages that use TeamsAppDefinition
-
Uses of TeamsAppDefinition in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TeamsAppDefinitionModifier and TypeMethodDescriptionstatic TeamsAppDefinitionTeamsAppDefinition.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueTeamsAppInstallation.getTeamsAppDefinition()Gets the teamsAppDefinition property value.Methods in com.microsoft.graph.models that return types with arguments of type TeamsAppDefinitionModifier and TypeMethodDescriptionTeamsApp.getAppDefinitions()Gets the appDefinitions property value.TeamsAppDefinitionCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type TeamsAppDefinitionModifier and TypeMethodDescriptionvoidTeamsAppInstallation.setTeamsAppDefinition(TeamsAppDefinition value) Sets the teamsAppDefinition property value.Method parameters in com.microsoft.graph.models with type arguments of type TeamsAppDefinitionModifier and TypeMethodDescriptionvoidTeamsApp.setAppDefinitions(List<TeamsAppDefinition> value) Sets the appDefinitions property value.voidTeamsAppDefinitionCollectionResponse.setValue(List<TeamsAppDefinition> value) Sets the value property value.