Lines Matching refs:itemId
382 * @param string $itemId The ID of the timeline item the attachment belongs to.
386 public function delete($itemId, $attachmentId, $optParams = array()) { argument
387 $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId);
396 * @param string $itemId The ID of the timeline item the attachment belongs to.
401 public function get($itemId, $attachmentId, $optParams = array()) { argument
402 $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId);
414 * @param string $itemId The ID of the timeline item the attachment belongs to.
418 public function insert($itemId, $optParams = array()) { argument
419 $params = array('itemId' => $itemId);
431 * @param string $itemId The ID of the timeline item whose attachments should be listed.
435 public function listTimelineAttachments($itemId, $optParams = array()) { argument
436 $params = array('itemId' => $itemId);
801 public $itemId; variable in Google_Notification
814 public function setItemId( $itemId) { argument
815 $this->itemId = $itemId;
818 return $this->itemId;