Uses of Class
odata.msgraph.client.beta.entity.Person
-
Packages that use Person Package Description odata.msgraph.client.beta.entity -
-
Uses of Person in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Person Modifier and Type Method Description PersonPerson.Builder. build()PersonPerson. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PersonPerson. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PersonPerson. withBirthday(String birthday)PersonPerson. withCompanyName(String companyName)PersonPerson. withDepartment(String department)PersonPerson. withDisplayName(String displayName)PersonPerson. withEmailAddresses(List<RankedEmailAddress> emailAddresses)PersonPerson. withGivenName(String givenName)PersonPerson. withIsFavorite(Boolean isFavorite)PersonPerson. withMailboxType(String mailboxType)PersonPerson. withOfficeLocation(String officeLocation)PersonPerson. withPersonNotes(String personNotes)PersonPerson. withPersonType(String personType)PersonPerson. withPhones(List<Phone> phones)PersonPerson. withPostalAddresses(List<Location> postalAddresses)PersonPerson. withProfession(String profession)PersonPerson. withSources(List<PersonDataSource> sources)PersonPerson. withSurname(String surname)PersonPerson. withTitle(String title)PersonPerson. withUnmappedField(String name, String value)PersonPerson. withUserPrincipalName(String userPrincipalName)PersonPerson. withWebsites(List<Website> websites)PersonPerson. withYomiCompany(String yomiCompany)
-