Class EducationAssignmentPointsGradeType

java.lang.Object
com.microsoft.graph.models.EducationAssignmentGradeType
com.microsoft.graph.models.EducationAssignmentPointsGradeType
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationAssignmentPointsGradeType extends EducationAssignmentGradeType implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Education Assignment Points Grade Type.
  • Field Details

    • maxPoints

      @SerializedName(value="maxPoints", alternate="MaxPoints") @Expose @Nullable public Float maxPoints
      The Max Points. Max points possible for this assignment.
  • Constructor Details

    • EducationAssignmentPointsGradeType

      public EducationAssignmentPointsGradeType()
  • 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 EducationAssignmentGradeType
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to