|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| UpdateResult を使用しているパッケージ | |
|---|---|
| yt4droid | |
| yt4droid.api | |
| yt4droid.parser | |
| yt4droid での UpdateResult の使用 |
|---|
| UpdateResult を返す yt4droid のメソッド | |
|---|---|
UpdateResult |
YoutubeImpl.addContact(ContactUserParameter contactParam)
|
UpdateResult |
YoutubeImpl.deleteVideo(java.lang.String videoId)
|
UpdateResult |
YoutubeImpl.updateComments(java.lang.String videoId,
CommentParameter comment)
|
UpdateResult |
YoutubeImpl.updateContact(ContactUserParameter contactParam)
|
UpdateResult |
YoutubeImpl.updateRatings(java.lang.String videoId,
RatingsParameter rating)
|
UpdateResult |
YoutubeImpl.updateVideo(java.lang.String videoId,
VideoMetaData videoMetaData)
|
| yt4droid.api での UpdateResult の使用 |
|---|
| UpdateResult を返す yt4droid.api のメソッド | |
|---|---|
UpdateResult |
ContactMethods.addContact(ContactUserParameter contactParam)
To add a contact, send an API request that identifies the user who is adding the contact as well as the contact being added. |
UpdateResult |
EntryMethods.deleteVideo(java.lang.String videoId)
To delete a video, send a DELETE request to the edit URL. |
UpdateResult |
CommentMethods.updateComments(java.lang.String videoId,
CommentParameter comment)
To add a comment to a video, send a POST request to the URL identified in the |
UpdateResult |
ContactMethods.updateContact(ContactUserParameter contactParam)
To update a contact, send a PUT request to the edit url for that contact. |
UpdateResult |
RatingMethods.updateRatings(java.lang.String videoId,
RatingsParameter rating)
The YouTube API allows users to rate videos, and it also returns rating information in any feed entry that contains information about a video. |
UpdateResult |
EntryMethods.updateVideo(java.lang.String videoId,
VideoMetaData videoMetaData)
To update a video, retrieve the video entry from the video owner's uploaded videos feed and send a PUT request to the entry's edit URL |
| yt4droid.parser での UpdateResult の使用 |
|---|
| UpdateResult を実装している yt4droid.parser のクラス | |
|---|---|
class |
UpdateResultParser
|
| UpdateResult を返す yt4droid.parser のメソッド | |
|---|---|
UpdateResult |
ParserFactory.addContact(HttpResponse res)
|
static UpdateResult |
UpdateResultParser.createResult(HttpResponse res)
|
UpdateResult |
ParserFactory.deleteVideo(HttpResponse res)
|
UpdateResult |
ParserFactory.updateComment(HttpResponse res)
|
UpdateResult |
ParserFactory.updateContact(HttpResponse res)
|
UpdateResult |
ParserFactory.updateRatings(HttpResponse res)
|
UpdateResult |
ParserFactory.updateVideo(HttpResponse res)
|
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||