| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
EducationSchool |
EducationSchool.Builder.build() |
EducationSchool |
EducationSchool.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
EducationSchool |
EducationSchool.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
EducationSchool |
EducationSchool.withAddress(PhysicalAddress address)
Returns an immutable copy of
this with just the address field
changed. |
EducationSchool |
EducationSchool.withCreatedBy(IdentitySet createdBy)
Returns an immutable copy of
this with just the createdBy field
changed. |
EducationSchool |
EducationSchool.withExternalId(String externalId) |
EducationSchool |
EducationSchool.withExternalPrincipalId(String externalPrincipalId) |
EducationSchool |
EducationSchool.withFax(String fax) |
EducationSchool |
EducationSchool.withHighestGrade(String highestGrade) |
EducationSchool |
EducationSchool.withLowestGrade(String lowestGrade) |
EducationSchool |
EducationSchool.withPhone(String phone) |
EducationSchool |
EducationSchool.withPrincipalEmail(String principalEmail) |
EducationSchool |
EducationSchool.withPrincipalName(String principalName) |
EducationSchool |
EducationSchool.withSchoolNumber(String schoolNumber) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<EducationSchool> |
EducationSchoolCollectionRequest.delta() |
Copyright © 2018–2020. All rights reserved.