\Microsoft\Graph\ModelDrive

Drive class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getDriveType()
setDriveType()
getOwner()
setOwner()
getQuota()
setQuota()
getItems()
getSpecial()
getRoot()
setRoot()
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 Drive

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the Drive

Returns

array —

The list of properties

getDriveType()

getDriveType() : string

Gets the driveType

Returns

string —

The driveType

setDriveType()

setDriveType(string  $val) : null

Sets the driveType

Parameters

string $val

The driveType

Returns

null

setOwner()

setOwner(string  $val) : null

Sets the owner

Parameters

string $val

The owner

Returns

null

setQuota()

setQuota(string  $val) : null

Sets the quota

Parameters

string $val

The quota

Returns

null

getItems()

getItems() : \Microsoft\Graph\Model\ItemsCollectionPage

Gets the items

Returns

\Microsoft\Graph\Model\ItemsCollectionPage —

The items

getSpecial()

getSpecial() : \Microsoft\Graph\Model\SpecialCollectionPage

Gets the special

Returns

\Microsoft\Graph\Model\SpecialCollectionPage —

The special

setRoot()

setRoot(string  $val) : null

Sets the root

Parameters

string $val

The root

Returns

null