Uses of Enum
com.microsoft.graph.models.EducationAddedStudentAction
Packages that use EducationAddedStudentAction
-
Uses of EducationAddedStudentAction in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationAddedStudentActionModifier and TypeMethodDescriptionstatic EducationAddedStudentActionEducationAssignment.getAddedStudentAction()Gets the addedStudentAction property value.EducationAssignmentDefaults.getAddedStudentAction()Gets the addedStudentAction property value.static EducationAddedStudentActionReturns the enum constant of this type with the specified name.static EducationAddedStudentAction[]EducationAddedStudentAction.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 EducationAddedStudentActionModifier and TypeMethodDescriptionvoidEducationAssignment.setAddedStudentAction(EducationAddedStudentAction value) Sets the addedStudentAction property value.voidEducationAssignmentDefaults.setAddedStudentAction(EducationAddedStudentAction value) Sets the addedStudentAction property value.