| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.Builder.build() |
Person |
Person.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Person |
Person.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Person |
Person.withBirthday(String birthday) |
Person |
Person.withCompanyName(String companyName) |
Person |
Person.withDepartment(String department) |
Person |
Person.withDisplayName(String displayName) |
Person |
Person.withGivenName(String givenName) |
Person |
Person.withIsFavorite(Boolean isFavorite) |
Person |
Person.withMailboxType(String mailboxType) |
Person |
Person.withOfficeLocation(String officeLocation) |
Person |
Person.withPersonNotes(String personNotes) |
Person |
Person.withPersonType(String personType) |
Person |
Person.withProfession(String profession) |
Person |
Person.withSurname(String surname) |
Person |
Person.withTitle(String title) |
Person |
Person.withUserPrincipalName(String userPrincipalName) |
Person |
Person.withYomiCompany(String yomiCompany) |
Copyright © 2018–2020. All rights reserved.