Uses of Enum
com.microsoft.graph.models.EducationModuleStatus
Packages that use EducationModuleStatus
-
Uses of EducationModuleStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationModuleStatusModifier and TypeMethodDescriptionstatic EducationModuleStatusEducationModule.getStatus()Gets the status property value.static EducationModuleStatusReturns the enum constant of this type with the specified name.static EducationModuleStatus[]EducationModuleStatus.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 EducationModuleStatusModifier and TypeMethodDescriptionvoidEducationModule.setStatus(EducationModuleStatus value) Sets the status property value.