Uses of Enum
com.microsoft.graph.models.CourseStatus
Packages that use CourseStatus
-
Uses of CourseStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CourseStatusModifier and TypeMethodDescriptionstatic CourseStatusLearningCourseActivity.getStatus()Gets the status property value.static CourseStatusReturns 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.Methods in com.microsoft.graph.models with parameters of type CourseStatusModifier and TypeMethodDescriptionvoidLearningCourseActivity.setStatus(CourseStatus value) Sets the status property value.