Uses of Class
com.microsoft.graph.models.LearningContent
Packages that use LearningContent
-
Uses of LearningContent in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return LearningContentModifier and TypeMethodDescriptionstatic LearningContentLearningContent.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 LearningContentModifier and TypeMethodDescriptionLearningProvider.getLearningContents()Gets the learningContents property value.LearningContentCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type LearningContentModifier and TypeMethodDescriptionvoidLearningProvider.setLearningContents(List<LearningContent> value) Sets the learningContents property value.voidLearningContentCollectionResponse.setValue(List<LearningContent> value) Sets the value property value.