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