| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
OrgContact |
OrgContact.Builder.build() |
OrgContact |
OrgContact.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
OrgContact |
OrgContact.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
OrgContact |
OrgContact.withCompanyName(String companyName) |
OrgContact |
OrgContact.withDepartment(String department) |
OrgContact |
OrgContact.withDisplayName(String displayName) |
OrgContact |
OrgContact.withGivenName(String givenName) |
OrgContact |
OrgContact.withJobTitle(String jobTitle) |
OrgContact |
OrgContact.withMail(String mail) |
OrgContact |
OrgContact.withMailNickname(String mailNickname) |
OrgContact |
OrgContact.withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime) |
OrgContact |
OrgContact.withOnPremisesSyncEnabled(Boolean onPremisesSyncEnabled) |
OrgContact |
OrgContact.withSurname(String surname) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<OrgContact> |
OrgContactCollectionRequest.delta() |
Copyright © 2018–2020. All rights reserved.