\Microsoft\Graph\ModelDriveRecipient

DriveRecipient class

Summary

Methods
Properties
Constants
__construct()
getEmail()
setEmail()
getAlias()
setAlias()
getObjectId()
setObjectId()
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

DriveRecipient constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getEmail()

getEmail() : string

Gets the email

Returns

string —

The email

setEmail()

setEmail(string  $val) : null

Sets the email

Parameters

string $val

The value of the email

Returns

null

getAlias()

getAlias() : string

Gets the alias

Returns

string —

The alias

setAlias()

setAlias(string  $val) : null

Sets the alias

Parameters

string $val

The value of the alias

Returns

null

getObjectId()

getObjectId() : string

Gets the objectId

Returns

string —

The objectId

setObjectId()

setObjectId(string  $val) : null

Sets the objectId

Parameters

string $val

The value of the objectId

Returns

null