| Package | Description |
|---|---|
| com.google.api.services.youtube |
| Modifier and Type | Method and Description |
|---|---|
YouTube.Comments.List |
YouTube.Comments.list(java.lang.String part)
Returns a list of comments that match the API request parameters.
|
YouTube.Comments.List |
YouTube.Comments.List.set(java.lang.String parameterName,
java.lang.Object value) |
YouTube.Comments.List |
YouTube.Comments.List.setAlt(java.lang.String alt) |
YouTube.Comments.List |
YouTube.Comments.List.setFields(java.lang.String fields) |
YouTube.Comments.List |
YouTube.Comments.List.setId(java.lang.String id)
The id parameter specifies a comma-separated list of comment IDs for the resources that are
being retrieved.
|
YouTube.Comments.List |
YouTube.Comments.List.setKey(java.lang.String key) |
YouTube.Comments.List |
YouTube.Comments.List.setMaxResults(java.lang.Long maxResults)
The maxResults parameter specifies the maximum number of items that should be returned in
the result set.
|
YouTube.Comments.List |
YouTube.Comments.List.setOauthToken(java.lang.String oauthToken) |
YouTube.Comments.List |
YouTube.Comments.List.setPageToken(java.lang.String pageToken)
The pageToken parameter identifies a specific page in the result set that should be
returned.
|
YouTube.Comments.List |
YouTube.Comments.List.setParentId(java.lang.String parentId)
The parentId parameter specifies the ID of the comment for which replies should be
retrieved.
|
YouTube.Comments.List |
YouTube.Comments.List.setPart(java.lang.String part)
The part parameter specifies a comma-separated list of one or more comment resource
properties that the API response will include.
|
YouTube.Comments.List |
YouTube.Comments.List.setPrettyPrint(java.lang.Boolean prettyPrint) |
YouTube.Comments.List |
YouTube.Comments.List.setQuotaUser(java.lang.String quotaUser) |
YouTube.Comments.List |
YouTube.Comments.List.setTextFormat(java.lang.String textFormat)
This parameter indicates whether the API should return comments formatted as HTML or as
plain text.
|
YouTube.Comments.List |
YouTube.Comments.List.setUserIp(java.lang.String userIp) |