|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| ContactUserParameter を使用しているパッケージ | |
|---|---|
| yt4droid | |
| yt4droid.api | |
| yt4droid.conf | |
| yt4droid.http | |
| yt4droid での ContactUserParameter の使用 |
|---|
| ContactUserParameter 型のパラメータを持つ yt4droid のメソッド | |
|---|---|
UpdateResult |
YoutubeImpl.addContact(ContactUserParameter contactParam)
|
UpdateResult |
YoutubeImpl.updateContact(ContactUserParameter contactParam)
|
| yt4droid.api での ContactUserParameter の使用 |
|---|
| ContactUserParameter 型のパラメータを持つ 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 |
ContactMethods.updateContact(ContactUserParameter contactParam)
To update a contact, send a PUT request to the edit url for that contact. |
| yt4droid.conf での ContactUserParameter の使用 |
|---|
| ContactUserParameter を返す yt4droid.conf のメソッド | |
|---|---|
static ContactUserParameter |
ContactUserParameter.createContactUserParameter(java.lang.String userId,
ContactUserParameter.Terms terms)
Returns the contact request parameter. |
static ContactUserParameter |
ContactUserParameter.createContactUserParameter(java.lang.String userId,
ContactUserParameter.Terms terms,
ContactUserParameter.Statuses status)
Returns the contact request parameter with status. |
| yt4droid.http での ContactUserParameter の使用 |
|---|
| ContactUserParameter 型のパラメータを持つ yt4droid.http のコンストラクタ | |
|---|---|
HttpParameter(ContactUserParameter contactUserParameter)
|
|
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||