Uses of Class
odata.msgraph.client.beta.complex.EducationStudent
-
Packages that use EducationStudent Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of EducationStudent in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return EducationStudent Modifier and Type Method Description EducationStudentEducationStudent.Builder. build()EducationStudentEducationStudent. withBirthDate(LocalDate birthDate)EducationStudentEducationStudent. withExternalId(String externalId)EducationStudentEducationStudent. withGender(EducationGender gender)EducationStudentEducationStudent. withGrade(String grade)EducationStudentEducationStudent. withGraduationYear(String graduationYear)EducationStudentEducationStudent. withStudentNumber(String studentNumber)EducationStudentEducationStudent. withUnmappedField(String name, String value) -
Uses of EducationStudent in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EducationStudent Modifier and Type Field Description protected EducationStudentEducationUser. studentMethods in odata.msgraph.client.beta.entity that return types with arguments of type EducationStudent Modifier and Type Method Description Optional<EducationStudent>EducationUser. getStudent()Methods in odata.msgraph.client.beta.entity with parameters of type EducationStudent Modifier and Type Method Description EducationUser.BuilderEducationUser.Builder. student(EducationStudent student)EducationUserEducationUser. withStudent(EducationStudent student)
-