Uses of Class
odata.msgraph.client.beta.complex.EducationTeacher
-
Packages that use EducationTeacher Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of EducationTeacher in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return EducationTeacher Modifier and Type Method Description EducationTeacherEducationTeacher.Builder. build()EducationTeacherEducationTeacher. withExternalId(String externalId)EducationTeacherEducationTeacher. withTeacherNumber(String teacherNumber)EducationTeacherEducationTeacher. withUnmappedField(String name, String value) -
Uses of EducationTeacher in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EducationTeacher Modifier and Type Field Description protected EducationTeacherEducationUser. teacherMethods in odata.msgraph.client.beta.entity that return types with arguments of type EducationTeacher Modifier and Type Method Description Optional<EducationTeacher>EducationUser. getTeacher()Methods in odata.msgraph.client.beta.entity with parameters of type EducationTeacher Modifier and Type Method Description EducationUser.BuilderEducationUser.Builder. teacher(EducationTeacher teacher)EducationUserEducationUser. withTeacher(EducationTeacher teacher)
-