yt4droid
クラス AccessControlEntityImpl

java.lang.Object
  上位を拡張 yt4droid.AccessControlEntityImpl
すべての実装されたインタフェース:
AccessControlEntity

public class AccessControlEntityImpl
extends java.lang.Object
implements AccessControlEntity


コンストラクタの概要
AccessControlEntityImpl(JSONObject json)
           
 
メソッドの概要
 java.lang.String getAutoPlay()
          
 java.lang.String getComment()
          Returns indicates whether users can add comments about a video.
 java.lang.String getCommentVote()
          Returns indicates whether users can rate other users' comments about a video.
 java.lang.String getEmbed()
          Returns indicates whether users can embed the video on third-party websites
 java.lang.String getList()
          Returns indicates whether a video can be listed in YouTube search results or displayed
in any other way unless the user has a URL that links directly to the videoindicates whether users can add comments about a video.
 java.lang.String getRate()
          Returns indicates whether users can add video responses to a video.
 java.lang.String getSyndicate()
          Returns indicates whether YouTube can show the video on mobile phones and televisions.
 java.lang.String getVideoRespond()
          Returns indicates whether users can add video responses to a video
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AccessControlEntityImpl

public AccessControlEntityImpl(JSONObject json)
                        throws JSONException
例外:
JSONException
メソッドの詳細

getComment

public java.lang.String getComment()
Returns indicates whether users can add comments about a video.

定義:
インタフェース AccessControlEntity 内の getComment
戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getCommentVote

public java.lang.String getCommentVote()
Returns indicates whether users can rate other users' comments about a video.

定義:
インタフェース AccessControlEntity 内の getCommentVote
戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getVideoRespond

public java.lang.String getVideoRespond()
Returns indicates whether users can add video responses to a video

定義:
インタフェース AccessControlEntity 内の getVideoRespond
戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getRate

public java.lang.String getRate()
Returns indicates whether users can add video responses to a video.

定義:
インタフェース AccessControlEntity 内の getRate
戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getEmbed

public java.lang.String getEmbed()
Returns indicates whether users can embed the video on third-party websites

定義:
インタフェース AccessControlEntity 内の getEmbed
戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getList

public java.lang.String getList()
Returns indicates whether a video can be listed in YouTube search results or displayed
in any other way unless the user has a URL that links directly to the videoindicates whether users can add comments about a video.

定義:
インタフェース AccessControlEntity 内の getList
戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getAutoPlay

public java.lang.String getAutoPlay()

定義:
インタフェース AccessControlEntity 内の getAutoPlay
戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getSyndicate

public java.lang.String getSyndicate()
Returns indicates whether YouTube can show the video on mobile phones and televisions.

定義:
インタフェース AccessControlEntity 内の getSyndicate
戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html