\Microsoft\Graph\ModelQuota

Quota class

Summary

Methods
Properties
Constants
__construct()
getDeleted()
setDeleted()
getRemaining()
setRemaining()
getState()
setState()
getTotal()
setTotal()
getUsed()
setUsed()
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

Quota constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getDeleted()

getDeleted() : integer

Gets the deleted

Returns

integer —

The deleted

setDeleted()

setDeleted(integer  $val) : null

Sets the deleted

Parameters

integer $val

The value of the deleted

Returns

null

getRemaining()

getRemaining() : integer

Gets the remaining

Returns

integer —

The remaining

setRemaining()

setRemaining(integer  $val) : null

Sets the remaining

Parameters

integer $val

The value of the remaining

Returns

null

getState()

getState() : string

Gets the state

Returns

string —

The state

setState()

setState(string  $val) : null

Sets the state

Parameters

string $val

The value of the state

Returns

null

getTotal()

getTotal() : integer

Gets the total

Returns

integer —

The total

setTotal()

setTotal(integer  $val) : null

Sets the total

Parameters

integer $val

The value of the total

Returns

null

getUsed()

getUsed() : integer

Gets the used

Returns

integer —

The used

setUsed()

setUsed(integer  $val) : null

Sets the used

Parameters

integer $val

The value of the used

Returns

null