Uses of Class
odata.msgraph.client.beta.entity.PersonInterest
-
Packages that use PersonInterest Package Description odata.msgraph.client.beta.entity -
-
Uses of PersonInterest in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PersonInterest Modifier and Type Method Description PersonInterestPersonInterest.Builder. build()PersonInterestPersonInterest. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PersonInterestPersonInterest. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PersonInterestPersonInterest. withCategories(List<String> categories)PersonInterestPersonInterest. withCollaborationTags(List<String> collaborationTags)PersonInterestPersonInterest. withDescription(String description)PersonInterestPersonInterest. withDisplayName(String displayName)PersonInterestPersonInterest. withThumbnailUrl(String thumbnailUrl)PersonInterestPersonInterest. withUnmappedField(String name, String value)PersonInterestPersonInterest. withWebUrl(String webUrl)
-