|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface CommentMethods
A comment is a text response to a video. Logged-in users can add comments to a video but cannot modify or delete those comments. In addition, please note that YouTube will convert any HTML markup that appears in a comment into plain text. Typically, a user would add a comment to a video after watching that video.
| メソッドの概要 | |
|---|---|
ResponseList<Comments> |
createCommentsList(java.lang.String videoId,
Paging paging)
You will send API requests to retrieve or append to the list of comments for the video. |
UpdateResult |
updateComments(java.lang.String videoId,
CommentParameter comment)
To add a comment to a video, send a POST request to the URL identified in the |
| メソッドの詳細 |
|---|
ResponseList<Comments> createCommentsList(java.lang.String videoId,
Paging paging)
throws YoutubeException
videoId - Optional.ID of the target video to get commentpaging - Optional.paging of the response from Youtube.
YoutubeExceptionhttp://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html
UpdateResult updateComments(java.lang.String videoId,
CommentParameter comment)
throws YoutubeException
videoId - Optional.ID of the target video to get commentcomment - Optional.CommentParameter for the comment.
YoutubeExceptionhttp://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_comments.html
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||