インタフェース
yt4droid.UserProfile の使用

UserProfile を使用しているパッケージ
yt4droid   
yt4droid.api   
yt4droid.parser   
 

yt4droid での UserProfile の使用
 

UserProfile を返す yt4droid のメソッド
 UserProfile YoutubeImpl.createUserProfile(java.lang.String userId)
           
 

yt4droid.api での UserProfile の使用
 

UserProfile を返す yt4droid.api のメソッド
 UserProfile UserProfileMethods.createUserProfile(java.lang.String userId)
          A user profile contains information about a user, such as the user's hobbies, occupation, or favorite books, music and movies.
 

yt4droid.parser での UserProfile の使用
 

UserProfile を実装している yt4droid.parser のクラス
 class UserProfileParser
           
 

UserProfile を返す yt4droid.parser のメソッド
 UserProfile ParserFactory.createUserProfile(HttpResponse res)
           
static UserProfile UserProfileParser.createUserProfile(HttpResponse res, Configuration conf)