| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
EducationTerm |
EducationTerm.Builder.build() |
EducationTerm |
EducationTerm.withDisplayName(String displayName) |
EducationTerm |
EducationTerm.withEndDate(LocalDate endDate) |
EducationTerm |
EducationTerm.withExternalId(String externalId) |
EducationTerm |
EducationTerm.withStartDate(LocalDate startDate) |
| Modifier and Type | Field and Description |
|---|---|
protected EducationTerm |
EducationClass.term |
| Modifier and Type | Method and Description |
|---|---|
Optional<EducationTerm> |
EducationClass.getTerm()
graph.TransparentContainerProperty
|
| Modifier and Type | Method and Description |
|---|---|
EducationClass.Builder |
EducationClass.Builder.term(EducationTerm term)
graph.TransparentContainerProperty
|
EducationClass |
EducationClass.withTerm(EducationTerm term)
Returns an immutable copy of
this with just the term field
changed. |
Copyright © 2018–2020. All rights reserved.