\Microsoft\Graph\ModelSharingInvitation

SharingInvitation class

Summary

Methods
Properties
Constants
__construct()
getEmail()
setEmail()
getInvitedBy()
setInvitedBy()
getRedeemedBy()
setRedeemedBy()
getSignInRequired()
setSignInRequired()
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

SharingInvitation 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

setInvitedBy()

setInvitedBy(\Microsoft\Graph\Model\IdentitySet  $val) : null

Sets the invitedBy

Parameters

\Microsoft\Graph\Model\IdentitySet $val

The value to assign to the invitedBy

Returns

null

getRedeemedBy()

getRedeemedBy() : string

Gets the redeemedBy

Returns

string —

The redeemedBy

setRedeemedBy()

setRedeemedBy(string  $val) : null

Sets the redeemedBy

Parameters

string $val

The value of the redeemedBy

Returns

null

getSignInRequired()

getSignInRequired() : boolean

Gets the signInRequired

Returns

boolean —

The signInRequired

setSignInRequired()

setSignInRequired(boolean  $val) : null

Sets the signInRequired

Parameters

boolean $val

The value of the signInRequired

Returns

null