The "attachments" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($itemId, $attachmentId, $optParams=array()) |
| Deletes an attachment from a timeline item.
|
|
| get ($itemId, $attachmentId, $optParams=array()) |
| Retrieves an attachment on a timeline item by item ID and attachment ID.
|
|
| insert ($itemId, $optParams=array()) |
| Adds a new attachment to a timeline item.
|
|
| listTimelineAttachments ($itemId, $optParams=array()) |
| Returns a list of attachments for a timeline item.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "attachments" collection of methods.
Typical usage is: $mirrorService = new Google_Service_Mirror(...); $attachments = $mirrorService->attachments;
◆ 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_TimelineAttachments_Resource::delete |
( |
| $itemId, |
|
|
| $attachmentId, |
|
|
| $optParams = array() ) |
Deletes an attachment from a timeline item.
(attachments.delete)
- Parameters
-
string | $itemId | The ID of the timeline item the attachment belongs to. |
string | $attachmentId | The ID of the attachment. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Mirror_TimelineAttachments_Resource::get |
( |
| $itemId, |
|
|
| $attachmentId, |
|
|
| $optParams = array() ) |
Retrieves an attachment on a timeline item by item ID and attachment ID.
(attachments.get)
- Parameters
-
string | $itemId | The ID of the timeline item the attachment belongs to. |
string | $attachmentId | The ID of the attachment. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Google_Service_Mirror_TimelineAttachments_Resource::insert |
( |
| $itemId, |
|
|
| $optParams = array() ) |
Adds a new attachment to a timeline item.
(attachments.insert)
- Parameters
-
string | $itemId | The ID of the timeline item the attachment belongs to. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listTimelineAttachments()
Google_Service_Mirror_TimelineAttachments_Resource::listTimelineAttachments |
( |
| $itemId, |
|
|
| $optParams = array() ) |
Returns a list of attachments for a timeline item.
(attachments.listTimelineAttachments)
- Parameters
-
string | $itemId | The ID of the timeline item whose attachments should be listed. |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Mirror.php