| Package | Description |
|---|---|
| com.google.api.services.drive.model |
| Modifier and Type | Method and Description |
|---|---|
CommentReplyList |
CommentReplyList.clone() |
CommentReplyList |
CommentReplyList.set(java.lang.String fieldName,
java.lang.Object value) |
CommentReplyList |
CommentReplyList.setItems(java.util.List<CommentReply> items)
List of reply.
|
CommentReplyList |
CommentReplyList.setKind(java.lang.String kind)
This is always drive#commentReplyList.
|
CommentReplyList |
CommentReplyList.setNextLink(java.lang.String nextLink)
A link to the next page of replies.
|
CommentReplyList |
CommentReplyList.setNextPageToken(java.lang.String nextPageToken)
The token to use to request the next page of results.
|
CommentReplyList |
CommentReplyList.setSelfLink(java.lang.String selfLink)
A link back to this list.
|