Uses of Class
com.microsoft.graph.models.ThumbnailSet
Packages that use ThumbnailSet
-
Uses of ThumbnailSet in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ThumbnailSetModifier and TypeMethodDescriptionstatic ThumbnailSetThumbnailSet.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type ThumbnailSetModifier and TypeMethodDescriptionDriveItem.getThumbnails()Gets the thumbnails property value.ThumbnailSetCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ThumbnailSetModifier and TypeMethodDescriptionvoidDriveItem.setThumbnails(List<ThumbnailSet> value) Sets the thumbnails property value.voidThumbnailSetCollectionResponse.setValue(List<ThumbnailSet> value) Sets the value property value.