| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
EducationClass |
EducationClass.Builder.build() |
EducationClass |
EducationClass.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
EducationClass |
EducationClass.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
EducationClass |
EducationClass.withClassCode(String classCode) |
EducationClass |
EducationClass.withCourse(EducationCourse course)
Returns an immutable copy of
this with just the course field
changed. |
EducationClass |
EducationClass.withCreatedBy(IdentitySet createdBy)
Returns an immutable copy of
this with just the createdBy field
changed. |
EducationClass |
EducationClass.withDescription(String description) |
EducationClass |
EducationClass.withDisplayName(String displayName) |
EducationClass |
EducationClass.withExternalId(String externalId) |
EducationClass |
EducationClass.withExternalName(String externalName) |
EducationClass |
EducationClass.withExternalSource(EducationExternalSource externalSource) |
EducationClass |
EducationClass.withGrade(String grade) |
EducationClass |
EducationClass.withMailNickname(String mailNickname) |
EducationClass |
EducationClass.withTerm(EducationTerm term)
Returns an immutable copy of
this with just the term field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<EducationClass> |
EducationClassCollectionRequest.delta() |
Copyright © 2018–2020. All rights reserved.