Package | Description |
---|---|
com.google.api.services.driveactivity.v2.model |
Modifier and Type | Method and Description |
---|---|
FileComment |
FileComment.clone() |
FileComment |
Target.getFileComment()
The target is a comment on a Drive file.
|
FileComment |
FileComment.set(String fieldName,
Object value) |
FileComment |
FileComment.setLegacyCommentId(String legacyCommentId)
The comment in the discussion thread.
|
FileComment |
FileComment.setLegacyDiscussionId(String legacyDiscussionId)
The discussion thread to which the comment was added.
|
FileComment |
FileComment.setLinkToDiscussion(String linkToDiscussion)
The link to the discussion thread containing this comment, for example,
`https://docs.google.com/DOCUMENT_ID/edit?disco=THREAD_ID`.
|
FileComment |
FileComment.setParent(DriveItem parent)
The Drive item containing this comment.
|
Modifier and Type | Method and Description |
---|---|
Target |
Target.setFileComment(FileComment fileComment)
The target is a comment on a Drive file.
|
Copyright © 2011–2023 Google. All rights reserved.