\Microsoft\Graph\ModelAttachment

Attachment class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getLastModifiedDateTime()
setLastModifiedDateTime()
getName()
setName()
getContentType()
setContentType()
getSize()
setSize()
getIsInline()
setIsInline()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) 

Construct a new Attachment

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the Attachment

Returns

array —

The list of properties

getLastModifiedDateTime()

getLastModifiedDateTime() : \Microsoft\Graph\Model\datetime

Gets the lastModifiedDateTime

Returns

\Microsoft\Graph\Model\datetime —

The lastModifiedDateTime

setLastModifiedDateTime()

setLastModifiedDateTime(\Microsoft\Graph\Model\datetime  $val) : null

Sets the lastModifiedDateTime

Parameters

\Microsoft\Graph\Model\datetime $val

The lastModifiedDateTime

Returns

null

getName()

getName() : string

Gets the name

Returns

string —

The name

setName()

setName(string  $val) : null

Sets the name

Parameters

string $val

The name

Returns

null

getContentType()

getContentType() : string

Gets the contentType

Returns

string —

The contentType

setContentType()

setContentType(string  $val) : null

Sets the contentType

Parameters

string $val

The contentType

Returns

null

getSize()

getSize() : integer

Gets the size

Returns

integer —

The size

setSize()

setSize(integer  $val) : null

Sets the size

Parameters

integer $val

The size

Returns

null

getIsInline()

getIsInline() : boolean

Gets the isInline

Returns

boolean —

The isInline

setIsInline()

setIsInline(boolean  $val) : null

Sets the isInline

Parameters

boolean $val

The isInline

Returns

null