Package | Description |
---|---|
com.google.api.services.drive.model |
Modifier and Type | Method and Description |
---|---|
CommentList |
CommentList.clone() |
CommentList |
CommentList.set(String fieldName,
Object value) |
CommentList |
CommentList.setItems(List<Comment> items)
The list of comments.
|
CommentList |
CommentList.setKind(String kind)
This is always drive#commentList.
|
CommentList |
CommentList.setNextLink(String nextLink)
A link to the next page of comments.
|
CommentList |
CommentList.setNextPageToken(String nextPageToken)
The page token for the next page of comments.
|
CommentList |
CommentList.setSelfLink(String selfLink)
A link back to this list.
|
Copyright © 2011–2021 Google. All rights reserved.