| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected EducationGender |
EducationStudent.gender |
| Modifier and Type | Method and Description |
|---|---|
Optional<EducationGender> |
EducationStudent.getGender() |
| Modifier and Type | Method and Description |
|---|---|
EducationStudent.Builder |
EducationStudent.Builder.gender(EducationGender gender) |
EducationStudent |
EducationStudent.withGender(EducationGender gender) |
| Modifier and Type | Method and Description |
|---|---|
static EducationGender |
EducationGender.valueOf(String name)
Returns 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.
|
Copyright © 2018–2020. All rights reserved.