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)
The list of replies.
|
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 page token for the next page of replies.
|
CommentReplyList |
CommentReplyList.setSelfLink(String selfLink)
A link back to this list.
|
Copyright © 2011–2021 Google. All rights reserved.