Uses of Class
odata.msgraph.client.complex.EducationCourse
-
Packages that use EducationCourse Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of EducationCourse in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return EducationCourse Modifier and Type Method Description EducationCourseEducationCourse.Builder. build()EducationCourseEducationCourse. withCourseNumber(String courseNumber)EducationCourseEducationCourse. withDescription(String description)EducationCourseEducationCourse. withDisplayName(String displayName)EducationCourseEducationCourse. withExternalId(String externalId)EducationCourseEducationCourse. withSubject(String subject)EducationCourseEducationCourse. withUnmappedField(String name, String value) -
Uses of EducationCourse in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as EducationCourse Modifier and Type Field Description protected EducationCourseEducationClass. courseMethods in odata.msgraph.client.entity that return types with arguments of type EducationCourse Modifier and Type Method Description Optional<EducationCourse>EducationClass. getCourse()Methods in odata.msgraph.client.entity with parameters of type EducationCourse Modifier and Type Method Description EducationClass.BuilderEducationClass.Builder. course(EducationCourse course)EducationClassEducationClass. withCourse(EducationCourse course)
-