Class EducationFeedbackOutcome

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationFeedbackOutcome extends EducationOutcome implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Education Feedback Outcome.
  • Field Details

    • feedback

      @SerializedName(value="feedback", alternate="Feedback") @Expose @Nullable public EducationFeedback feedback
      The Feedback. Teacher's written feedback to the student.
    • publishedFeedback

      @SerializedName(value="publishedFeedback", alternate="PublishedFeedback") @Expose @Nullable public EducationFeedback publishedFeedback
      The Published Feedback. A copy of the feedback property that is made when the grade is released to the student.
  • Constructor Details

    • EducationFeedbackOutcome

      public EducationFeedbackOutcome()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class EducationOutcome
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to