The "contacts" collection of methods.  
 More...
|  | 
|  | convertToArrayAndStripNulls ($o) | 
|  | 
The "contacts" collection of methods. 
Typical usage is:  $mirrorService = new Google_Service_Mirror(...); $contacts = $mirrorService->contacts;  
◆ 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
- 
  
  
 
 
◆ delete()
      
        
          | Google_Service_Mirror_Contacts_Resource::delete | ( |  | $id, | 
        
          |  |  |  | $optParams = array() ) | 
      
 
Deletes a contact. 
(contacts.delete)
- Parameters
- 
  
    | string | $id | The ID of the contact. |  | array | $optParams | Optional parameters. |  
 
 
 
◆ get()
      
        
          | Google_Service_Mirror_Contacts_Resource::get | ( |  | $id, | 
        
          |  |  |  | $optParams = array() ) | 
      
 
Gets a single contact by ID. 
(contacts.get)
- Parameters
- 
  
    | string | $id | The ID of the contact. |  | array | $optParams | Optional parameters. |  
 
- Return values
- 
  
  
 
 
◆ insert()
Inserts a new contact. 
(contacts.insert)
- Parameters
- 
  
    | Google_Contact | $postBody |  |  | array | $optParams | Optional parameters. |  
 
- Return values
- 
  
  
 
 
◆ listContacts()
      
        
          | Google_Service_Mirror_Contacts_Resource::listContacts | ( |  | $optParams = array() | ) |  | 
      
 
Retrieves a list of contacts for the authenticated user. 
(contacts.listContacts)
- Parameters
- 
  
    | array | $optParams | Optional parameters. |  
 
- Return values
- 
  
  
 
 
◆ patch()
Updates a contact in place. 
This method supports patch semantics. (contacts.patch)
- Parameters
- 
  
    | string | $id | The ID of the contact. |  | Google_Contact | $postBody |  |  | array | $optParams | Optional parameters. |  
 
- Return values
- 
  
  
 
 
◆ update()
Updates a contact in place. 
(contacts.update)
- Parameters
- 
  
    | string | $id | The ID of the contact. |  | Google_Contact | $postBody |  |  | array | $optParams | Optional parameters. |  
 
- Return values
- 
  
  
 
 
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Mirror.php