| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
EducationUser |
EducationUser.Builder.build() |
EducationUser |
EducationUser.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
EducationUser |
EducationUser.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
EducationUser |
EducationUser.withAccountEnabled(Boolean accountEnabled) |
EducationUser |
EducationUser.withCreatedBy(IdentitySet createdBy)
Returns an immutable copy of
this with just the createdBy field
changed. |
EducationUser |
EducationUser.withDepartment(String department) |
EducationUser |
EducationUser.withDisplayName(String displayName) |
EducationUser |
EducationUser.withExternalSource(EducationExternalSource externalSource) |
EducationUser |
EducationUser.withGivenName(String givenName) |
EducationUser |
EducationUser.withMail(String mail) |
EducationUser |
EducationUser.withMailingAddress(PhysicalAddress mailingAddress)
Returns an immutable copy of
this with just the mailingAddress
field changed. |
EducationUser |
EducationUser.withMailNickname(String mailNickname) |
EducationUser |
EducationUser.withMiddleName(String middleName) |
EducationUser |
EducationUser.withMobilePhone(String mobilePhone) |
EducationUser |
EducationUser.withOfficeLocation(String officeLocation) |
EducationUser |
EducationUser.withOnPremisesInfo(EducationOnPremisesInfo onPremisesInfo)
Returns an immutable copy of
this with just the onPremisesInfo
field changed. |
EducationUser |
EducationUser.withPasswordPolicies(String passwordPolicies) |
EducationUser |
EducationUser.withPasswordProfile(PasswordProfile passwordProfile) |
EducationUser |
EducationUser.withPreferredLanguage(String preferredLanguage) |
EducationUser |
EducationUser.withPrimaryRole(EducationUserRole primaryRole) |
EducationUser |
EducationUser.withRefreshTokensValidFromDateTime(OffsetDateTime refreshTokensValidFromDateTime) |
EducationUser |
EducationUser.withResidenceAddress(PhysicalAddress residenceAddress)
Returns an immutable copy of
this with just the residenceAddress
field changed. |
EducationUser |
EducationUser.withShowInAddressList(Boolean showInAddressList) |
EducationUser |
EducationUser.withStudent(EducationStudent student)
Returns an immutable copy of
this with just the student field
changed. |
EducationUser |
EducationUser.withSurname(String surname) |
EducationUser |
EducationUser.withTeacher(EducationTeacher teacher)
Returns an immutable copy of
this with just the teacher field
changed. |
EducationUser |
EducationUser.withUsageLocation(String usageLocation) |
EducationUser |
EducationUser.withUserPrincipalName(String userPrincipalName) |
EducationUser |
EducationUser.withUserType(String userType) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<EducationUser> |
EducationUserCollectionRequest.delta() |
Copyright © 2018–2020. All rights reserved.