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