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

The "applications" collection of methods. More...

Inheritance diagram for Google_Service_DataTransfer_Applications_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 get ($applicationId, $optParams=array())
 Retrieves information about an application for the given application ID.
 
 listApplications ($optParams=array())
 Lists the applications available for data transfer for a customer.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "applications" collection of methods.

Typical usage is: $adminService = new Google_Service_DataTransfer(...); $applications = $adminService->applications;

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_DataTransfer_Applications_Resource::get ( $applicationId,
$optParams = array() )

Retrieves information about an application for the given application ID.

(applications.get)

Parameters
string$applicationIdID of the application resource to be retrieved.
array$optParamsOptional parameters.
Return values
Google_Service_DataTransfer_Application

◆ listApplications()

Google_Service_DataTransfer_Applications_Resource::listApplications ( $optParams = array())

Lists the applications available for data transfer for a customer.

(applications.listApplications)

Parameters
array$optParamsOptional parameters.

@opt_param string pageToken Token to specify next page in the list. @opt_param string customerId Immutable ID of the Google Apps account. @opt_param string maxResults Maximum number of results to return. Default is 100.

Return values
Google_Service_DataTransfer_ApplicationsListResponse

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