Class EducationSubmissionResource

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

public class EducationSubmissionResource extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Education Submission Resource.
  • Field Details

    • assignmentResourceUrl

      @SerializedName(value="assignmentResourceUrl", alternate="AssignmentResourceUrl") @Expose @Nullable public String assignmentResourceUrl
      The Assignment Resource Url. Pointer to the assignment from which this resource was copied. If this is null, the student uploaded the resource.
    • resource

      @SerializedName(value="resource", alternate="Resource") @Expose @Nullable public EducationResource resource
      The Resource. Resource object.
  • Constructor Details

    • EducationSubmissionResource

      public EducationSubmissionResource()
  • 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