クラス
yt4droid.conf.CommentParameter の使用

CommentParameter を使用しているパッケージ
yt4droid   
yt4droid.api   
yt4droid.conf   
yt4droid.http   
 

yt4droid での CommentParameter の使用
 

CommentParameter 型のパラメータを持つ yt4droid のメソッド
 UpdateResult YoutubeImpl.updateComments(java.lang.String videoId, CommentParameter comment)
           
 

yt4droid.api での CommentParameter の使用
 

CommentParameter 型のパラメータを持つ yt4droid.api のメソッド
 UpdateResult CommentMethods.updateComments(java.lang.String videoId, CommentParameter comment)
          To add a comment to a video, send a POST request to the URL identified in the tag that appears inside the tag.
 

yt4droid.conf での CommentParameter の使用
 

CommentParameter を返す yt4droid.conf のメソッド
static CommentParameter CommentParameter.createCommentParameter(java.lang.String comment)
          Returns the CommentParameter
static CommentParameter CommentParameter.createCommentParameterWithCommentId(java.lang.String commentId, java.lang.String comment)
          Returns the CommentParameter
 

yt4droid.http での CommentParameter の使用
 

CommentParameter 型のパラメータを持つ yt4droid.http のコンストラクタ
HttpParameter(CommentParameter comment, java.lang.String videoId)