Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_AndroidPublisher_EditsDetails_Resource Class Reference

The "details" collection of methods. More...

Inheritance diagram for Google_Service_AndroidPublisher_EditsDetails_Resource:
Google_Service_Resource

Public Member Functions

 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.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "details" collection of methods.

Typical usage is: $androidpublisherService = new Google_Service_AndroidPublisher(...); $details = $androidpublisherService->details;

Member Function Documentation

◆ 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
Google_Exception

◆ 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$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_AppDetails

◆ patch()

Google_Service_AndroidPublisher_EditsDetails_Resource::patch ( $packageName,
$editId,
Google_Service_AndroidPublisher_AppDetails $postBody,
$optParams = array() )

Updates app details for this edit.

This method supports patch semantics. (details.patch)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
Google_AppDetails$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_AppDetails

◆ update()

Google_Service_AndroidPublisher_EditsDetails_Resource::update ( $packageName,
$editId,
Google_Service_AndroidPublisher_AppDetails $postBody,
$optParams = array() )

Updates app details for this edit.

(details.update)

Parameters
string$packageNameUnique identifier for the Android app that is being updated; for example, "com.spiffygame".
string$editIdUnique identifier for this edit.
Google_AppDetails$postBody
array$optParamsOptional parameters.
Return values
Google_Service_AndroidPublisher_AppDetails

The documentation for this class was generated from the following file: