| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.Builder.build() |
Contact |
Contact.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Contact |
Contact.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Contact |
Contact.withAssistantName(String assistantName) |
Contact |
Contact.withBirthday(OffsetDateTime birthday) |
Contact |
Contact.withCompanyName(String companyName) |
Contact |
Contact.withDepartment(String department) |
Contact |
Contact.withDisplayName(String displayName) |
Contact |
Contact.withFileAs(String fileAs) |
Contact |
Contact.withFlag(FollowupFlag flag) |
Contact |
Contact.withGender(String gender) |
Contact |
Contact.withGeneration(String generation) |
Contact |
Contact.withGivenName(String givenName) |
Contact |
Contact.withInitials(String initials) |
Contact |
Contact.withIsFavorite(Boolean isFavorite) |
Contact |
Contact.withJobTitle(String jobTitle) |
Contact |
Contact.withManager(String manager) |
Contact |
Contact.withMiddleName(String middleName) |
Contact |
Contact.withNickName(String nickName) |
Contact |
Contact.withOfficeLocation(String officeLocation) |
Contact |
Contact.withParentFolderId(String parentFolderId) |
Contact |
Contact.withPersonalNotes(String personalNotes) |
Contact |
Contact.withProfession(String profession) |
Contact |
Contact.withSpouseName(String spouseName) |
Contact |
Contact.withSurname(String surname) |
Contact |
Contact.withTitle(String title) |
Contact |
Contact.withWeddingAnniversary(LocalDate weddingAnniversary) |
Contact |
Contact.withYomiCompanyName(String yomiCompanyName) |
Contact |
Contact.withYomiGivenName(String yomiGivenName) |
Contact |
Contact.withYomiSurname(String yomiSurname) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Contact> |
ContactCollectionRequest.delta() |
Copyright © 2018–2020. All rights reserved.