yt4droid.parser
クラス ParserFactory
java.lang.Object
yt4droid.parser.ParserFactory
public class ParserFactory
- extends java.lang.Object
| クラス java.lang.Object から継承されたメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserFactory
public ParserFactory(Configuration conf)
uploadVideo
public UploadResult uploadVideo(HttpResponse res)
uploadMetaData
public java.lang.String uploadMetaData(HttpResponse res)
createUserUploadList
public ResponseList<Feeds> createUserUploadList(HttpResponse res)
throws YoutubeException
- 例外:
YoutubeException
createCommentsList
public ResponseList<Comments> createCommentsList(HttpResponse res)
throws YoutubeException
- 例外:
YoutubeException
createFeedsListFromQuery
public ResponseList<Feeds> createFeedsListFromQuery(HttpResponse res)
throws YoutubeException
- 例外:
YoutubeException
updateRatings
public UpdateResult updateRatings(HttpResponse res)
throws YoutubeException
- 例外:
YoutubeException
updateComment
public UpdateResult updateComment(HttpResponse res)
throws YoutubeException
- 例外:
YoutubeException
deleteVideo
public UpdateResult deleteVideo(HttpResponse res)
throws YoutubeException
- 例外:
YoutubeException
updateVideo
public UpdateResult updateVideo(HttpResponse res)
throws YoutubeException
- 例外:
YoutubeException
createUserProfile
public UserProfile createUserProfile(HttpResponse res)
throws YoutubeException
- 例外:
YoutubeException
createMyContacts
public ResponseList<Contact> createMyContacts(HttpResponse res)
throws YoutubeException
- 例外:
YoutubeException
addContact
public UpdateResult addContact(HttpResponse res)
throws YoutubeException
- 例外:
YoutubeException
updateContact
public UpdateResult updateContact(HttpResponse res)
throws YoutubeException
- 例外:
YoutubeException