public class EducationAssignment extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
EducationAddedStudentAction |
addedStudentAction
The Added Student Action.
|
java.lang.Boolean |
allowLateSubmissions
The Allow Late Submissions.
|
java.lang.Boolean |
allowStudentsToAddResourcesToSubmission
The Allow Students To Add Resources To Submission.
|
java.time.OffsetDateTime |
assignDateTime
The Assign Date Time.
|
java.time.OffsetDateTime |
assignedDateTime
The Assigned Date Time.
|
EducationAssignmentRecipient |
assignTo
The Assign To.
|
EducationCategoryCollectionPage |
categories
The Categories.
|
java.lang.String |
classId
The Class Id.
|
java.time.OffsetDateTime |
closeDateTime
The Close Date Time.
|
IdentitySet |
createdBy
The Created By.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.lang.String |
displayName
The Display Name.
|
java.time.OffsetDateTime |
dueDateTime
The Due Date Time.
|
EducationAssignmentGradeType |
grading
The Grading.
|
EducationItemBody |
instructions
The Instructions.
|
IdentitySet |
lastModifiedBy
The Last Modified By.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
java.lang.String |
notificationChannelUrl
The Notification Channel Url.
|
EducationAssignmentResourceCollectionPage |
resources
The Resources.
|
java.lang.String |
resourcesFolderUrl
The Resources Folder Url.
|
EducationRubric |
rubric
The Rubric.
|
EducationAssignmentStatus |
status
The Status.
|
EducationSubmissionCollectionPage |
submissions
The Submissions.
|
java.lang.String |
webUrl
The Web Url.
|
| Constructor and Description |
|---|
EducationAssignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="addedStudentAction",
alternate="AddedStudentAction")
@Expose
@Nullable
public EducationAddedStudentAction addedStudentAction
@SerializedName(value="allowLateSubmissions",
alternate="AllowLateSubmissions")
@Expose
@Nullable
public java.lang.Boolean allowLateSubmissions
@SerializedName(value="allowStudentsToAddResourcesToSubmission",
alternate="AllowStudentsToAddResourcesToSubmission")
@Expose
@Nullable
public java.lang.Boolean allowStudentsToAddResourcesToSubmission
@SerializedName(value="assignDateTime",
alternate="AssignDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime assignDateTime
@SerializedName(value="assignedDateTime",
alternate="AssignedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime assignedDateTime
@SerializedName(value="assignTo",
alternate="AssignTo")
@Expose
@Nullable
public EducationAssignmentRecipient assignTo
@SerializedName(value="classId",
alternate="ClassId")
@Expose
@Nullable
public java.lang.String classId
@SerializedName(value="closeDateTime",
alternate="CloseDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime closeDateTime
@SerializedName(value="createdBy",
alternate="CreatedBy")
@Expose
@Nullable
public IdentitySet createdBy
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="dueDateTime",
alternate="DueDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime dueDateTime
@SerializedName(value="grading",
alternate="Grading")
@Expose
@Nullable
public EducationAssignmentGradeType grading
@SerializedName(value="instructions",
alternate="Instructions")
@Expose
@Nullable
public EducationItemBody instructions
@SerializedName(value="lastModifiedBy",
alternate="LastModifiedBy")
@Expose
@Nullable
public IdentitySet lastModifiedBy
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="notificationChannelUrl",
alternate="NotificationChannelUrl")
@Expose
@Nullable
public java.lang.String notificationChannelUrl
@SerializedName(value="resourcesFolderUrl",
alternate="ResourcesFolderUrl")
@Expose
@Nullable
public java.lang.String resourcesFolderUrl
@SerializedName(value="status",
alternate="Status")
@Expose
@Nullable
public EducationAssignmentStatus status
@SerializedName(value="webUrl",
alternate="WebUrl")
@Expose
@Nullable
public java.lang.String webUrl
@SerializedName(value="categories",
alternate="Categories")
@Expose
@Nullable
public EducationCategoryCollectionPage categories
@SerializedName(value="resources",
alternate="Resources")
@Expose
@Nullable
public EducationAssignmentResourceCollectionPage resources
@SerializedName(value="rubric",
alternate="Rubric")
@Expose
@Nullable
public EducationRubric rubric
@SerializedName(value="submissions",
alternate="Submissions")
@Expose
@Nullable
public EducationSubmissionCollectionPage submissions
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to