Class EducationRubricOutcome

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

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

    • publishedRubricQualityFeedback

      @SerializedName(value="publishedRubricQualityFeedback", alternate="PublishedRubricQualityFeedback") @Expose @Nullable public List<RubricQualityFeedbackModel> publishedRubricQualityFeedback
      The Published Rubric Quality Feedback. A copy of the rubricQualityFeedback property that is made when the grade is released to the student.
    • publishedRubricQualitySelectedLevels

      @SerializedName(value="publishedRubricQualitySelectedLevels", alternate="PublishedRubricQualitySelectedLevels") @Expose @Nullable public List<RubricQualitySelectedColumnModel> publishedRubricQualitySelectedLevels
      The Published Rubric Quality Selected Levels. A copy of the rubricQualitySelectedLevels property that is made when the grade is released to the student.
    • rubricQualityFeedback

      @SerializedName(value="rubricQualityFeedback", alternate="RubricQualityFeedback") @Expose @Nullable public List<RubricQualityFeedbackModel> rubricQualityFeedback
      The Rubric Quality Feedback. A collection of specific feedback for each quality of this rubric.
    • rubricQualitySelectedLevels

      @SerializedName(value="rubricQualitySelectedLevels", alternate="RubricQualitySelectedLevels") @Expose @Nullable public List<RubricQualitySelectedColumnModel> rubricQualitySelectedLevels
      The Rubric Quality Selected Levels. The level that the teacher has selected for each quality while grading this assignment.
  • Constructor Details

    • EducationRubricOutcome

      public EducationRubricOutcome()
  • 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