/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Gmail
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Gmail/Message.php (2435B)
historyId = $historyId;
}
public function getHistoryId()
{
return $this->historyId;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setInternalDate($internalDate)
{
$this->internalDate = $internalDate;
}
public function getInternalDate()
{
return $this->internalDate;
}
public function setLabelIds($labelIds)
{
$this->labelIds = $labelIds;
}
public function getLabelIds()
{
return $this->labelIds;
}
/**
* @param Google_Service_Gmail_MessagePart
*/
public function setPayload(Google_Service_Gmail_MessagePart $payload)
{
$this->payload = $payload;
}
/**
* @return Google_Service_Gmail_MessagePart
*/
public function getPayload()
{
return $this->payload;
}
public function setRaw($raw)
{
$this->raw = $raw;
}
public function getRaw()
{
return $this->raw;
}
public function setSizeEstimate($sizeEstimate)
{
$this->sizeEstimate = $sizeEstimate;
}
public function getSizeEstimate()
{
return $this->sizeEstimate;
}
public function setSnippet($snippet)
{
$this->snippet = $snippet;
}
public function getSnippet()
{
return $this->snippet;
}
public function setThreadId($threadId)
{
$this->threadId = $threadId;
}
public function getThreadId()
{
return $this->threadId;
}
}