\Microsoft\Graph\ModelPermission

Permission class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getGrantedTo()
setGrantedTo()
getInvitation()
setInvitation()
getInheritedFrom()
setInheritedFrom()
getLink()
setLink()
getRoles()
setRoles()
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()) 

Construct a new Permission

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the Permission

Returns

array —

The list of properties

setGrantedTo()

setGrantedTo(string  $val) : null

Sets the grantedTo

Parameters

string $val

The grantedTo

Returns

null

setInvitation()

setInvitation(string  $val) : null

Sets the invitation

Parameters

string $val

The invitation

Returns

null

setInheritedFrom()

setInheritedFrom(string  $val) : null

Sets the inheritedFrom

Parameters

string $val

The inheritedFrom

Returns

null

setLink()

setLink(string  $val) : null

Sets the link

Parameters

string $val

The link

Returns

null

getRoles()

getRoles() : string

Gets the roles

Returns

string —

The roles

setRoles()

setRoles(string  $val) : null

Sets the roles

Parameters

string $val

The roles

Returns

null

getShareId()

getShareId() : string

Gets the shareId

Returns

string —

The shareId

setShareId()

setShareId(string  $val) : null

Sets the shareId

Parameters

string $val

The shareId

Returns

null