class Attachment extends Model (View source)

Properties

protected $attachmentDataRefType
protected $attachmentDataRefDataType
string $contentName
string $contentType
string $downloadUri
protected $driveDataRefType
protected $driveDataRefDataType
string $name
string $source
string $thumbnailUri

Methods

setAttachmentDataRef(AttachmentDataRef $attachmentDataRef)

No description

setContentName($contentName)

No description

string
getContentName()

No description

setContentType($contentType)

No description

string
getContentType()

No description

setDownloadUri($downloadUri)

No description

string
getDownloadUri()

No description

setDriveDataRef(DriveDataRef $driveDataRef)

No description

getDriveDataRef()

No description

setName($name)

No description

string
getName()

No description

setSource($source)

No description

string
getSource()

No description

setThumbnailUri($thumbnailUri)

No description

string
getThumbnailUri()

No description

Details

setAttachmentDataRef(AttachmentDataRef $attachmentDataRef)

No description

Parameters

AttachmentDataRef $attachmentDataRef

AttachmentDataRef getAttachmentDataRef()

No description

Return Value

AttachmentDataRef

setContentName($contentName)

No description

Parameters

$contentName

string getContentName()

No description

Return Value

string

setContentType($contentType)

No description

Parameters

$contentType

string getContentType()

No description

Return Value

string

setDownloadUri($downloadUri)

No description

Parameters

$downloadUri

string getDownloadUri()

No description

Return Value

string

setDriveDataRef(DriveDataRef $driveDataRef)

No description

Parameters

DriveDataRef $driveDataRef

DriveDataRef getDriveDataRef()

No description

Return Value

DriveDataRef

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setSource($source)

No description

Parameters

$source

string getSource()

No description

Return Value

string

setThumbnailUri($thumbnailUri)

No description

Parameters

$thumbnailUri

string getThumbnailUri()

No description

Return Value

string