The "details" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($packageName, $editId, $optParams=array()) |
| Fetches app details for this edit.
|
|
| patch ($packageName, $editId, Google_Service_AndroidPublisher_AppDetails $postBody, $optParams=array()) |
| Updates app details for this edit.
|
|
| update ($packageName, $editId, Google_Service_AndroidPublisher_AppDetails $postBody, $optParams=array()) |
| Updates app details for this edit.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "details" collection of methods.
Typical usage is: $androidpublisherService = new Google_Service_AndroidPublisher(...); $details = $androidpublisherService->details;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_AndroidPublisher_EditsDetails_Resource::get |
( |
| $packageName, |
|
|
| $editId, |
|
|
| $optParams = array() ) |
Fetches app details for this edit.
This includes the default language and developer support contact information. (details.get)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Updates app details for this edit.
This method supports patch semantics. (details.patch)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
Google_AppDetails | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates app details for this edit.
(details.update)
- Parameters
-
string | $packageName | Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
string | $editId | Unique identifier for this edit. |
Google_AppDetails | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AndroidPublisher.php