Uses of Class
odata.msgraph.client.complex.Image
-
Packages that use Image Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Image in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as Image Modifier and Type Field Description protected ImageRemoteItem. imageMethods in odata.msgraph.client.complex that return Image Modifier and Type Method Description ImageImage.Builder. build()ImageImage. withHeight(Integer height)ImageImage. withUnmappedField(String name, Object value)ImageImage. withWidth(Integer width)Methods in odata.msgraph.client.complex that return types with arguments of type Image Modifier and Type Method Description Optional<Image>RemoteItem. getImage()Methods in odata.msgraph.client.complex with parameters of type Image Modifier and Type Method Description RemoteItem.BuilderRemoteItem.Builder. image(Image image)RemoteItemRemoteItem. withImage(Image image) -
Uses of Image in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as Image Modifier and Type Field Description protected ImageDriveItem. imageMethods in odata.msgraph.client.entity that return types with arguments of type Image Modifier and Type Method Description Optional<Image>DriveItem. getImage()Methods in odata.msgraph.client.entity with parameters of type Image Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. image(Image image)DriveItemDriveItem. withImage(Image image)
-