|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface ContactMethods
| メソッドの概要 | |
|---|---|
UpdateResult |
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. |
ResponseList<Contact> |
createContactList(java.lang.String userName,
Paging paging)
To request another user's contact list, send a GET request to the following URL. |
ResponseList<Contact> |
createMyContactList(Paging paging)
To request the currently logged-in user's contact list, send a GET request to the following URL. |
UpdateResult |
updateContact(ContactUserParameter contactParam)
To update a contact, send a PUT request to the edit url for that contact. |
| メソッドの詳細 |
|---|
ResponseList<Contact> createMyContactList(Paging paging)
throws YoutubeException
paging - Optional.paging of the response from Youtube.
YoutubeException
ResponseList<Contact> createContactList(java.lang.String userName,
Paging paging)
throws YoutubeException
userName - paging - Optional.paging of the response from Youtube.
YoutubeException
UpdateResult addContact(ContactUserParameter contactParam)
throws YoutubeException
contactParam -
YoutubeException
UpdateResult updateContact(ContactUserParameter contactParam)
throws YoutubeException
contactParam -
YoutubeException
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||