\Microsoft\Graph\ModelItemReference

ItemReference class

Summary

Methods
Properties
Constants
__construct()
getDriveId()
setDriveId()
getId()
setId()
getName()
setName()
getPath()
setPath()
getShareId()
setShareId()
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()) : null

ItemReference constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getDriveId()

getDriveId() : string

Gets the driveId

Returns

string —

The driveId

setDriveId()

setDriveId(string  $val) : null

Sets the driveId

Parameters

string $val

The value of the driveId

Returns

null

getId()

getId() : string

Gets the id

Returns

string —

The id

setId()

setId(string  $val) : null

Sets the id

Parameters

string $val

The value of the id

Returns

null

getName()

getName() : string

Gets the name

Returns

string —

The name

setName()

setName(string  $val) : null

Sets the name

Parameters

string $val

The value of the name

Returns

null

getPath()

getPath() : string

Gets the path

Returns

string —

The path

setPath()

setPath(string  $val) : null

Sets the path

Parameters

string $val

The value of the path

Returns

null

getShareId()

getShareId() : string

Gets the shareId

Returns

string —

The shareId

setShareId()

setShareId(string  $val) : null

Sets the shareId

Parameters

string $val

The value of the shareId

Returns

null