/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Gmail
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Gmail/MessagePart.php (2319B)
body = $body;
}
/**
* @return Google_Service_Gmail_MessagePartBody
*/
public function getBody()
{
return $this->body;
}
public function setFilename($filename)
{
$this->filename = $filename;
}
public function getFilename()
{
return $this->filename;
}
/**
* @param Google_Service_Gmail_MessagePartHeader[]
*/
public function setHeaders($headers)
{
$this->headers = $headers;
}
/**
* @return Google_Service_Gmail_MessagePartHeader[]
*/
public function getHeaders()
{
return $this->headers;
}
public function setMimeType($mimeType)
{
$this->mimeType = $mimeType;
}
public function getMimeType()
{
return $this->mimeType;
}
public function setPartId($partId)
{
$this->partId = $partId;
}
public function getPartId()
{
return $this->partId;
}
/**
* @param Google_Service_Gmail_MessagePart[]
*/
public function setParts($parts)
{
$this->parts = $parts;
}
/**
* @return Google_Service_Gmail_MessagePart[]
*/
public function getParts()
{
return $this->parts;
}
}