Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
File.ContentHints.Thumbnail |
File.ContentHints.Thumbnail.clone() |
File.ContentHints.Thumbnail |
File.ContentHints.Thumbnail.encodeImage(byte[] image)
The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5).
|
File.ContentHints.Thumbnail |
File.ContentHints.getThumbnail()
A thumbnail for the file.
|
File.ContentHints.Thumbnail |
File.ContentHints.Thumbnail.set(String fieldName,
Object value) |
File.ContentHints.Thumbnail |
File.ContentHints.Thumbnail.setImage(String image)
The thumbnail data encoded with URL-safe Base64 (RFC 4648 section 5).
|
File.ContentHints.Thumbnail |
File.ContentHints.Thumbnail.setMimeType(String mimeType)
The MIME type of the thumbnail.
|
Modifier and Type | Method and Description |
---|---|
File.ContentHints |
File.ContentHints.setThumbnail(File.ContentHints.Thumbnail thumbnail)
A thumbnail for the file.
|
Copyright © 2011–2024 Google. All rights reserved.