Uses of Class
odata.msgraph.client.beta.complex.EducationStudent.Builder
-
Packages that use EducationStudent.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of EducationStudent.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return EducationStudent.Builder Modifier and Type Method Description EducationStudent.BuilderEducationStudent.Builder. birthDate(LocalDate birthDate)static EducationStudent.BuilderEducationStudent. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).EducationStudent.BuilderEducationStudent.Builder. externalId(String externalId)EducationStudent.BuilderEducationStudent.Builder. gender(EducationGender gender)EducationStudent.BuilderEducationStudent.Builder. grade(String grade)EducationStudent.BuilderEducationStudent.Builder. graduationYear(String graduationYear)EducationStudent.BuilderEducationStudent.Builder. studentNumber(String studentNumber)
-