Class EducationAssignmentResource

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

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

    • distributeForStudentWork

      @SerializedName(value="distributeForStudentWork", alternate="DistributeForStudentWork") @Expose @Nullable public Boolean distributeForStudentWork
      The Distribute For Student Work. Indicates whether this resource should be copied to each student submission for modification and submission. Required
    • resource

      @SerializedName(value="resource", alternate="Resource") @Expose @Nullable public EducationResource resource
      The Resource. Resource object that has been associated with this assignment.
  • Constructor Details

    • EducationAssignmentResource

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