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 Details

    • feedbackResource

      @SerializedName(value="feedbackResource", alternate="FeedbackResource") @Expose @Nullable public EducationResource feedbackResource
      The Feedback Resource. The actual feedback resource.
    • resourceStatus

      @SerializedName(value="resourceStatus", alternate="ResourceStatus") @Expose @Nullable public EducationFeedbackResourceOutcomeStatus resourceStatus
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class EducationOutcome
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to