MicrosoftGraphPerson |
MicrosoftGraphPerson.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: person.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withBirthday(String birthday) |
Set the birthday property: The person's birthday.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withCompanyName(String companyName) |
Set the companyName property: The name of the person's company.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withDepartment(String department) |
Set the department property: The person's department.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withDisplayName(String displayName) |
Set the displayName property: The person's display name.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withGivenName(String givenName) |
Set the givenName property: The person's given name.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withImAddress(String imAddress) |
Set the imAddress property: The instant message voice over IP (VOIP) session initiation protocol (SIP) address
for the user.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withIsFavorite(Boolean isFavorite) |
Set the isFavorite property: true if the user has flagged this person as a favorite.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withJobTitle(String jobTitle) |
Set the jobTitle property: The person's job title.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withOfficeLocation(String officeLocation) |
Set the officeLocation property: The location of the person's office.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withPersonNotes(String personNotes) |
Set the personNotes property: Free-form notes that the user has taken about this person.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withPersonType(MicrosoftGraphPersonType personType) |
Set the personType property: personType.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withPhones(List<MicrosoftGraphPhone> phones) |
Set the phones property: The person's phone numbers.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withPostalAddresses(List<MicrosoftGraphLocation> postalAddresses) |
Set the postalAddresses property: The person's addresses.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withProfession(String profession) |
Set the profession property: The person's profession.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withScoredEmailAddresses(List<MicrosoftGraphScoredEmailAddress> scoredEmailAddresses) |
Set the scoredEmailAddresses property: The person's email addresses.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withSurname(String surname) |
Set the surname property: The person's surname.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withUserPrincipalName(String userPrincipalName) |
Set the userPrincipalName property: The user principal name (UPN) of the person.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withWebsites(List<MicrosoftGraphWebsite> websites) |
Set the websites property: The person's websites.
|
MicrosoftGraphPerson |
MicrosoftGraphPerson.withYomiCompany(String yomiCompany) |
Set the yomiCompany property: The phonetic Japanese name of the person's company.
|