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