Class EducationAssignmentDefaults

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

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

    • addedStudentAction

      @SerializedName(value="addedStudentAction", alternate="AddedStudentAction") @Expose @Nullable public EducationAddedStudentAction addedStudentAction
      The Added Student Action. Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen.
    • addToCalendarAction

      @SerializedName(value="addToCalendarAction", alternate="AddToCalendarAction") @Expose @Nullable public EducationAddToCalendarOptions addToCalendarAction
      The Add To Calendar Action. Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none.
    • dueTime

      @SerializedName(value="dueTime", alternate="DueTime") @Expose @Nullable public com.microsoft.graph.core.TimeOfDay dueTime
      The Due Time. Class-level default value for due time field. Default value is 23:59:00.
    • notificationChannelUrl

      @SerializedName(value="notificationChannelUrl", alternate="NotificationChannelUrl") @Expose @Nullable public String notificationChannelUrl
      The Notification Channel Url. Default Teams channel to which notifications will be sent. Default value is null.
  • Constructor Details

    • EducationAssignmentDefaults

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