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 classLearningAssignmentclassLearningSelfInitiatedCourseFields in odata.msgraph.client.entity with type parameters of type LearningCourseActivity Modifier and Type Field Description protected List<LearningCourseActivity>EmployeeExperience. learningCourseActivitiesprotected List<LearningCourseActivity>LearningProvider. learningCourseActivitiesMethods 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, Object value)Methods in odata.msgraph.client.entity with parameters of type LearningCourseActivity Modifier and Type Method Description EmployeeExperience.BuilderEmployeeExperience.Builder. learningCourseActivities(LearningCourseActivity... learningCourseActivities)LearningProvider.BuilderLearningProvider.Builder. learningCourseActivities(LearningCourseActivity... learningCourseActivities)Method parameters in odata.msgraph.client.entity with type arguments of type LearningCourseActivity Modifier and Type Method Description EmployeeExperience.BuilderEmployeeExperience.Builder. learningCourseActivities(List<LearningCourseActivity> learningCourseActivities)LearningProvider.BuilderLearningProvider.Builder. learningCourseActivities(List<LearningCourseActivity> learningCourseActivities)EmployeeExperienceEmployeeExperience. withLearningCourseActivities(List<LearningCourseActivity> learningCourseActivities)LearningProviderLearningProvider. withLearningCourseActivities(List<LearningCourseActivity> learningCourseActivities)
-