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