Uses of Class
odata.msgraph.client.enums.CourseStatus
-
Packages that use CourseStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of CourseStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as CourseStatus Modifier and Type Field Description protected CourseStatusLearningCourseActivity. statusMethods in odata.msgraph.client.entity that return types with arguments of type CourseStatus Modifier and Type Method Description Optional<CourseStatus>LearningCourseActivity. getStatus()Methods in odata.msgraph.client.entity with parameters of type CourseStatus Modifier and Type Method Description LearningAssignment.BuilderLearningAssignment.Builder. status(CourseStatus status)LearningCourseActivity.BuilderLearningCourseActivity.Builder. status(CourseStatus status)LearningSelfInitiatedCourse.BuilderLearningSelfInitiatedCourse.Builder. status(CourseStatus status)LearningCourseActivityLearningCourseActivity. withStatus(CourseStatus status) -
Uses of CourseStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return CourseStatus Modifier and Type Method Description static CourseStatusCourseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CourseStatus[]CourseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-