Package com.microsoft.graph.models
Class EducationFeedbackResourceOutcome
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.EducationOutcome
com.microsoft.graph.models.EducationFeedbackResourceOutcome
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EducationFeedbackResourceOutcome
extends EducationOutcome
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Education Feedback Resource Outcome.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Feedback Resource.The Resource Status.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
-
feedbackResource
@SerializedName(value="feedbackResource", alternate="FeedbackResource") @Expose @Nullable public EducationResource feedbackResourceThe Feedback Resource. The actual feedback resource. -
resourceStatus
@SerializedName(value="resourceStatus", alternate="ResourceStatus") @Expose @Nullable public EducationFeedbackResourceOutcomeStatus resourceStatusThe Resource Status. The status of the feedback resource. The possible values are: notPublished, pendingPublish, published, failedPublish, unknownFutureValue.
-
-
Constructor Details
-
EducationFeedbackResourceOutcome
public EducationFeedbackResourceOutcome()
-
-
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
-