Package com.microsoft.graph.models
Class EducationFeedbackOutcome
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.EducationOutcome
com.microsoft.graph.models.EducationFeedbackOutcome
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EducationFeedbackOutcome
extends EducationOutcome
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Education Feedback Outcome.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Feedback.The Published Feedback.Fields inherited from class com.microsoft.graph.models.EducationOutcome
lastModifiedBy, lastModifiedDateTime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
feedback
@SerializedName(value="feedback", alternate="Feedback") @Expose @Nullable public EducationFeedback feedbackThe Feedback. Teacher's written feedback to the student. -
publishedFeedback
@SerializedName(value="publishedFeedback", alternate="PublishedFeedback") @Expose @Nullable public EducationFeedback publishedFeedbackThe Published Feedback. A copy of the feedback property that is made when the grade is released to the student.
-
-
Constructor Details
-
EducationFeedbackOutcome
public EducationFeedbackOutcome()
-
-
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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEducationOutcome
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-