Uses of Class
odata.msgraph.client.enums.EducationModuleStatus
-
Packages that use EducationModuleStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of EducationModuleStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as EducationModuleStatus Modifier and Type Field Description protected EducationModuleStatusEducationModule. statusMethods in odata.msgraph.client.entity that return types with arguments of type EducationModuleStatus Modifier and Type Method Description Optional<EducationModuleStatus>EducationModule. getStatus()Org.OData.Core.V1.ComputedMethods in odata.msgraph.client.entity with parameters of type EducationModuleStatus Modifier and Type Method Description EducationModule.BuilderEducationModule.Builder. status(EducationModuleStatus status)Org.OData.Core.V1.ComputedEducationModuleEducationModule. withStatus(EducationModuleStatus status)Returns an immutable copy ofthiswith just thestatusfield changed. -
Uses of EducationModuleStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return EducationModuleStatus Modifier and Type Method Description static EducationModuleStatusEducationModuleStatus. valueOf(String name)Returns 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.
-