Uses of Class
odata.msgraph.client.beta.entity.PersonName
-
Packages that use PersonName Package Description odata.msgraph.client.beta.entity -
-
Uses of PersonName in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PersonName Modifier and Type Method Description PersonNamePersonName.Builder. build()PersonNamePersonName. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PersonNamePersonName. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PersonNamePersonName. withDisplayName(String displayName)PersonNamePersonName. withFirst(String first)PersonNamePersonName. withInitials(String initials)PersonNamePersonName. withLanguageTag(String languageTag)PersonNamePersonName. withLast(String last)PersonNamePersonName. withMaiden(String maiden)PersonNamePersonName. withMiddle(String middle)PersonNamePersonName. withNickname(String nickname)PersonNamePersonName. withPronunciation(PersonNamePronounciation pronunciation)PersonNamePersonName. withSuffix(String suffix)PersonNamePersonName. withTitle(String title)PersonNamePersonName. withUnmappedField(String name, String value)
-