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

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

yt4droid での Contact の使用
 

Contact 型の引数を持つ型を返す yt4droid のメソッド
 ResponseList<Contact> YoutubeImpl.createContactList(java.lang.String userName, Paging paging)
           
 ResponseList<Contact> YoutubeImpl.createMyContactList(Paging paging)
           
 

yt4droid.api での Contact の使用
 

Contact 型の引数を持つ型を返す yt4droid.api のメソッド
 ResponseList<Contact> ContactMethods.createContactList(java.lang.String userName, Paging paging)
          To request another user's contact list, send a GET request to the following URL.
 ResponseList<Contact> ContactMethods.createMyContactList(Paging paging)
          To request the currently logged-in user's contact list, send a GET request to the following URL.
 

yt4droid.parser での Contact の使用
 

Contact を実装している yt4droid.parser のクラス
 class ContactParser
           
 

Contact 型の引数を持つ型を返す yt4droid.parser のメソッド
static ResponseList<Contact> ContactParser.createContactList(HttpResponse res, Configuration conf)
           
 ResponseList<Contact> ParserFactory.createMyContacts(HttpResponse res)