Class EducationRubric

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.EducationRubric
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EducationRubric extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Education Rubric.
  • Field Details

    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public IdentitySet createdBy
      The Created By. The user who created this resource.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public EducationItemBody description
      The Description. The description of this rubric.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of this rubric.
    • grading

      @SerializedName(value="grading", alternate="Grading") @Expose @Nullable public EducationAssignmentGradeType grading
      The Grading. The grading type of this rubric -- null for a no-points rubric, or educationAssignmentPointsGradeType for a points rubric.
    • lastModifiedBy

      @SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public IdentitySet lastModifiedBy
      The Last Modified By. The last user to modify the resource.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. Moment in time when the resource was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
    • levels

      @SerializedName(value="levels", alternate="Levels") @Expose @Nullable public List<RubricLevel> levels
      The Levels. The collection of levels making up this rubric.
    • qualities

      @SerializedName(value="qualities", alternate="Qualities") @Expose @Nullable public List<RubricQuality> qualities
      The Qualities. The collection of qualities making up this rubric.
  • Constructor Details

    • EducationRubric

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