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