Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
File.ContentHints |
File.ContentHints.clone() |
File.ContentHints |
File.getContentHints()
Additional information about the content of the file.
|
File.ContentHints |
File.ContentHints.set(String fieldName,
Object value) |
File.ContentHints |
File.ContentHints.setIndexableText(String indexableText)
Text to be indexed for the file to improve fullText queries.
|
File.ContentHints |
File.ContentHints.setThumbnail(File.ContentHints.Thumbnail thumbnail)
A thumbnail for the file.
|
Modifier and Type | Method and Description |
---|---|
File |
File.setContentHints(File.ContentHints contentHints)
Additional information about the content of the file.
|
Copyright © 2011–2024 Google. All rights reserved.