Uses of Enum
com.microsoft.graph.models.EducationGender
Packages that use EducationGender
-
Uses of EducationGender in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EducationGenderModifier and TypeMethodDescriptionstatic EducationGenderEducationStudent.getGender()Gets the gender property value.static EducationGenderReturns the enum constant of this type with the specified name.static EducationGender[]EducationGender.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 EducationGenderModifier and TypeMethodDescriptionvoidEducationStudent.setGender(EducationGender value) Sets the gender property value.