yt4droid
インタフェース UserProfile

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

public interface UserProfile


メソッドの概要
 java.lang.String getAge()
          Returns age of the account(user)
 java.lang.String getGender()
          Returns gender of the account(user)
 java.lang.String getId()
          Returns id of the account(user)
 java.lang.String getLocation()
          Returns location of the account(user)
 java.lang.String getName()
          Returns name of the account(user)
 java.util.Date getPublished()
          Returns published date of the account(user)
 StatisticsEntity getStatics()
          Returns statistics of the account(user)
 java.lang.String getThumbnail()
          Returns thumbnail url of the account(user)
 java.lang.String getTitle()
          Returns title of the account(user)
 java.util.Date getUpdated()
          Returns updated date of the account(user)
 java.lang.String getUri()
          Returns uri of the account(user)
 java.lang.String getUserName()
          Returns user name of the account(user)
 

メソッドの詳細

getId

java.lang.String getId()
Returns id of the account(user)

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

getPublished

java.util.Date getPublished()
Returns published date of the account(user)

戻り値:
The value date.
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_profiles.html

getUpdated

java.util.Date getUpdated()
Returns updated date of the account(user)

戻り値:
The value date.
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_profiles.html

getTitle

java.lang.String getTitle()
Returns title of the account(user)

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

getName

java.lang.String getName()
Returns name of the account(user)

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

getUri

java.lang.String getUri()
Returns uri of the account(user)

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

getAge

java.lang.String getAge()
Returns age of the account(user)

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

getGender

java.lang.String getGender()
Returns gender of the account(user)

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

getLocation

java.lang.String getLocation()
Returns location of the account(user)

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

getStatics

StatisticsEntity getStatics()
Returns statistics of the account(user)

戻り値:
StatisticsEntity
関連項目:
http://code.google.com/intl/en/apis/youtube/2.0/developers_guide_protocol_profiles.html

getThumbnail

java.lang.String getThumbnail()
Returns thumbnail url of the account(user)

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

getUserName

java.lang.String getUserName()
Returns user name of the account(user)

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