Uses of Class
odata.msgraph.client.entity.LearningAssignment
-
Packages that use LearningAssignment Package Description odata.msgraph.client.entity -
-
Uses of LearningAssignment in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return LearningAssignment Modifier and Type Method Description LearningAssignmentLearningAssignment.Builder. build()LearningAssignmentLearningAssignment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.LearningAssignmentLearningAssignment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).LearningAssignmentLearningAssignment. withAssignedDateTime(OffsetDateTime assignedDateTime)LearningAssignmentLearningAssignment. withAssignerUserId(String assignerUserId)LearningAssignmentLearningAssignment. withAssignmentType(AssignmentType assignmentType)LearningAssignmentLearningAssignment. withDueDateTime(DateTimeTimeZone dueDateTime)LearningAssignmentLearningAssignment. withNotes(ItemBody notes)LearningAssignmentLearningAssignment. withUnmappedField(String name, Object value)
-