| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
EducationStudent |
EducationStudent.Builder.build() |
EducationStudent |
EducationStudent.withBirthDate(LocalDate birthDate) |
EducationStudent |
EducationStudent.withExternalId(String externalId) |
EducationStudent |
EducationStudent.withGender(EducationGender gender) |
EducationStudent |
EducationStudent.withGrade(String grade) |
EducationStudent |
EducationStudent.withGraduationYear(String graduationYear) |
EducationStudent |
EducationStudent.withStudentNumber(String studentNumber) |
| Modifier and Type | Field and Description |
|---|---|
protected EducationStudent |
EducationUser.student |
| Modifier and Type | Method and Description |
|---|---|
Optional<EducationStudent> |
EducationUser.getStudent()
graph.TransparentContainerProperty
|
| Modifier and Type | Method and Description |
|---|---|
EducationUser.Builder |
EducationUser.Builder.student(EducationStudent student)
graph.TransparentContainerProperty
|
EducationUser |
EducationUser.withStudent(EducationStudent student)
Returns an immutable copy of
this with just the student field
changed. |
Copyright © 2018–2020. All rights reserved.