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