Uses of Class
odata.msgraph.client.beta.entity.Contact
-
Packages that use Contact Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of Contact in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Contact Modifier and Type Method Description ContactContact.Builder. build()ContactContact. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ContactContact. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ContactContact. withAssistantName(String assistantName)ContactContact. withBirthday(OffsetDateTime birthday)ContactContact. withChildren(List<String> children)ContactContact. withCompanyName(String companyName)ContactContact. withDepartment(String department)ContactContact. withDisplayName(String displayName)ContactContact. withEmailAddresses(List<TypedEmailAddress> emailAddresses)ContactContact. withFileAs(String fileAs)ContactContact. withFlag(FollowupFlag flag)ContactContact. withGender(String gender)ContactContact. withGeneration(String generation)ContactContact. withGivenName(String givenName)ContactContact. withImAddresses(List<String> imAddresses)ContactContact. withInitials(String initials)ContactContact. withIsFavorite(Boolean isFavorite)ContactContact. withJobTitle(String jobTitle)ContactContact. withManager(String manager)ContactContact. withMiddleName(String middleName)ContactContact. withNickName(String nickName)ContactContact. withOfficeLocation(String officeLocation)ContactContact. withParentFolderId(String parentFolderId)ContactContact. withPersonalNotes(String personalNotes)ContactContact. withPhones(List<Phone> phones)ContactContact. withPostalAddresses(List<PhysicalAddress> postalAddresses)ContactContact. withProfession(String profession)ContactContact. withSpouseName(String spouseName)ContactContact. withSurname(String surname)ContactContact. withTitle(String title)ContactContact. withUnmappedField(String name, String value)ContactContact. withWebsites(List<Website> websites)ContactContact. withWeddingAnniversary(LocalDate weddingAnniversary)ContactContact. withYomiCompanyName(String yomiCompanyName)ContactContact. withYomiGivenName(String yomiGivenName)ContactContact. withYomiSurname(String yomiSurname) -
Uses of Contact in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type Contact Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Contact>ContactCollectionRequest. delta()
-