Uses of Class
odata.msgraph.client.entity.LearningCourseActivity
-
Packages that use LearningCourseActivity Package Description odata.msgraph.client.entity -
-
Uses of LearningCourseActivity in odata.msgraph.client.entity
Subclasses of LearningCourseActivity in odata.msgraph.client.entity Modifier and Type Class Description classLearningAssignmentclassLearningSelfInitiatedCourseMethods in odata.msgraph.client.entity that return LearningCourseActivity Modifier and Type Method Description LearningCourseActivityLearningCourseActivity.Builder. build()LearningCourseActivityLearningCourseActivity. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.LearningCourseActivityLearningCourseActivity. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).LearningCourseActivityLearningCourseActivity. withCompletedDateTime(OffsetDateTime completedDateTime)LearningCourseActivityLearningCourseActivity. withCompletionPercentage(Integer completionPercentage)LearningCourseActivityLearningCourseActivity. withExternalcourseActivityId(String externalcourseActivityId)LearningCourseActivityLearningCourseActivity. withLearnerUserId(String learnerUserId)LearningCourseActivityLearningCourseActivity. withLearningContentId(String learningContentId)LearningCourseActivityLearningCourseActivity. withLearningProviderId(String learningProviderId)LearningCourseActivityLearningCourseActivity. withStatus(CourseStatus status)LearningCourseActivityLearningCourseActivity. withUnmappedField(String name, String value)
-