Uses of Class
odata.msgraph.client.entity.ThumbnailSet
-
Packages that use ThumbnailSet Package Description odata.msgraph.client.entity -
-
Uses of ThumbnailSet in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ThumbnailSet Modifier and Type Field Description protected List<ThumbnailSet>DriveItem. thumbnailsMethods in odata.msgraph.client.entity that return ThumbnailSet Modifier and Type Method Description ThumbnailSetThumbnailSet.Builder. build()ThumbnailSetThumbnailSet. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ThumbnailSetThumbnailSet. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ThumbnailSetThumbnailSet. withLarge(Thumbnail large)ThumbnailSetThumbnailSet. withMedium(Thumbnail medium)ThumbnailSetThumbnailSet. withSmall(Thumbnail small)ThumbnailSetThumbnailSet. withSource(Thumbnail source)ThumbnailSetThumbnailSet. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type ThumbnailSet Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. thumbnails(ThumbnailSet... thumbnails)Method parameters in odata.msgraph.client.entity with type arguments of type ThumbnailSet Modifier and Type Method Description DriveItem.BuilderDriveItem.Builder. thumbnails(List<ThumbnailSet> thumbnails)DriveItemDriveItem. withThumbnails(List<ThumbnailSet> thumbnails)
-