Class EducationPointsOutcome

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

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

    • points

      @SerializedName(value="points", alternate="Points") @Expose @Nullable public EducationAssignmentPointsGrade points
      The Points. The numeric grade the teacher has given the student for this assignment.
    • publishedPoints

      @SerializedName(value="publishedPoints", alternate="PublishedPoints") @Expose @Nullable public EducationAssignmentPointsGrade publishedPoints
      The Published Points. A copy of the points property that is made when the grade is released to the student.
  • Constructor Details

    • EducationPointsOutcome

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