| Package | Description |
|---|---|
| com.google.api.services.drive.model |
| Modifier and Type | Method and Description |
|---|---|
CommentList |
CommentList.clone() |
CommentList |
CommentList.set(java.lang.String fieldName,
java.lang.Object value) |
CommentList |
CommentList.setComments(java.util.List<Comment> comments)
The page of comments.
|
CommentList |
CommentList.setKind(java.lang.String kind)
This is always drive#commentList.
|
CommentList |
CommentList.setNextPageToken(java.lang.String nextPageToken)
The page token for the next page of comments.
|