yt4droid
インタフェース AccessControlEntity

既知の実装クラスの一覧:
AccessControlEntityImpl

public interface AccessControlEntity

作成者:
Harioroid

メソッドの概要
 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
 

メソッドの詳細

getComment

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

戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getCommentVote

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

戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getVideoRespond

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

戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getRate

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

戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getEmbed

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

戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getList

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.

戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getAutoPlay

java.lang.String getAutoPlay()
戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html

getSyndicate

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

戻り値:
The value string
関連項目:
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_updating_and_deleting_videos.html