Uses of Class
com.microsoft.graph.models.EducationFeedback
Packages that use EducationFeedback
-
Uses of EducationFeedback in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationFeedbackModifier and TypeMethodDescriptionstatic EducationFeedbackEducationFeedback.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueEducationFeedbackOutcome.getFeedback()Gets the feedback property value.EducationFeedbackOutcome.getPublishedFeedback()Gets the publishedFeedback property value.Methods in com.microsoft.graph.models with parameters of type EducationFeedbackModifier and TypeMethodDescriptionvoidEducationFeedbackOutcome.setFeedback(EducationFeedback value) Sets the feedback property value.voidEducationFeedbackOutcome.setPublishedFeedback(EducationFeedback value) Sets the publishedFeedback property value.