Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
Comment.QuotedFileContent |
Comment.QuotedFileContent.clone() |
Comment.QuotedFileContent |
Comment.getQuotedFileContent()
The file content to which the comment refers, typically within the anchor region.
|
Comment.QuotedFileContent |
Comment.QuotedFileContent.set(String fieldName,
Object value) |
Comment.QuotedFileContent |
Comment.QuotedFileContent.setMimeType(String mimeType)
The MIME type of the quoted content.
|
Comment.QuotedFileContent |
Comment.QuotedFileContent.setValue(String value)
The quoted content itself.
|
Modifier and Type | Method and Description |
---|---|
Comment |
Comment.setQuotedFileContent(Comment.QuotedFileContent quotedFileContent)
The file content to which the comment refers, typically within the anchor region.
|
Copyright © 2011–2024 Google. All rights reserved.