Package com.microsoft.graph.models
Class EducationRubricOutcome
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.EducationOutcome
com.microsoft.graph.models.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 Summary
FieldsModifier and TypeFieldDescriptionThe Published Rubric Quality Feedback.The Published Rubric Quality Selected Levels.The Rubric Quality Feedback.The Rubric Quality Selected Levels.Fields inherited from class com.microsoft.graph.models.EducationOutcome
lastModifiedBy, lastModifiedDateTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
publishedRubricQualityFeedback
@SerializedName(value="publishedRubricQualityFeedback", alternate="PublishedRubricQualityFeedback") @Expose @Nullable public List<RubricQualityFeedbackModel> publishedRubricQualityFeedbackThe 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> publishedRubricQualitySelectedLevelsThe 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> rubricQualityFeedbackThe 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> rubricQualitySelectedLevelsThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEducationOutcome- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-