class EditsDetails extends Resource (View source)

The "details" collection of methods.

Typical usage is:

 $androidpublisherService = new Google\Service\AndroidPublisher(...);
 $details = $androidpublisherService->edits_details;

Methods

get(string $packageName, string $editId, array $optParams = [])

Gets details of an app. (details.get)

patch(string $packageName, string $editId, AppDetails $postBody, array $optParams = [])

Patches details of an app. (details.patch)

update(string $packageName, string $editId, AppDetails $postBody, array $optParams = [])

Updates details of an app. (details.update)

Details

AppDetails get(string $packageName, string $editId, array $optParams = [])

Gets details of an app. (details.get)

Parameters

string $packageName

Package name of the app.

string $editId

Identifier of the edit.

array $optParams

Optional parameters.

Return Value

AppDetails

Exceptions

Exception

AppDetails patch(string $packageName, string $editId, AppDetails $postBody, array $optParams = [])

Patches details of an app. (details.patch)

Parameters

string $packageName

Package name of the app.

string $editId

Identifier of the edit.

AppDetails $postBody
array $optParams

Optional parameters.

Return Value

AppDetails

Exceptions

Exception

AppDetails update(string $packageName, string $editId, AppDetails $postBody, array $optParams = [])

Updates details of an app. (details.update)

Parameters

string $packageName

Package name of the app.

string $editId

Identifier of the edit.

AppDetails $postBody
array $optParams

Optional parameters.

Return Value

AppDetails

Exceptions

Exception