Uses of Class
odata.msgraph.client.beta.entity.PersonExtension
-
Packages that use PersonExtension Package Description odata.msgraph.client.beta.entity -
-
Uses of PersonExtension in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PersonExtension Modifier and Type Method Description PersonExtensionPersonExtension.Builder. build()PersonExtensionPersonExtension. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PersonExtensionPersonExtension. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PersonExtensionPersonExtension. withUnmappedField(String name, String value)
-