Uses of Class
com.microsoft.graph.models.TeamsTemplate
Packages that use TeamsTemplate
-
Uses of TeamsTemplate in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TeamsTemplateModifier and TypeMethodDescriptionstatic TeamsTemplateTeamsTemplate.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueTeam.getTemplate()Gets the template property value.Methods in com.microsoft.graph.models that return types with arguments of type TeamsTemplateModifier and TypeMethodDescriptionTeamsTemplateCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type TeamsTemplateModifier and TypeMethodDescriptionvoidTeam.setTemplate(TeamsTemplate value) Sets the template property value.Method parameters in com.microsoft.graph.models with type arguments of type TeamsTemplateModifier and TypeMethodDescriptionvoidTeamsTemplateCollectionResponse.setValue(List<TeamsTemplate> value) Sets the value property value.