| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
EducationCourse |
EducationCourse.Builder.build() |
EducationCourse |
EducationCourse.withCourseNumber(String courseNumber) |
EducationCourse |
EducationCourse.withDescription(String description) |
EducationCourse |
EducationCourse.withDisplayName(String displayName) |
EducationCourse |
EducationCourse.withExternalId(String externalId) |
EducationCourse |
EducationCourse.withSubject(String subject) |
| Modifier and Type | Field and Description |
|---|---|
protected EducationCourse |
EducationClass.course |
| Modifier and Type | Method and Description |
|---|---|
Optional<EducationCourse> |
EducationClass.getCourse()
graph.TransparentContainerProperty
|
| Modifier and Type | Method and Description |
|---|---|
EducationClass.Builder |
EducationClass.Builder.course(EducationCourse course)
graph.TransparentContainerProperty
|
EducationClass |
EducationClass.withCourse(EducationCourse course)
Returns an immutable copy of
this with just the course field
changed. |
Copyright © 2018–2020. All rights reserved.