\Microsoft\Graph\ModelSubscription

Subscription class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getResource()
setResource()
getChangeType()
setChangeType()
getClientState()
setClientState()
getNotificationUrl()
setNotificationUrl()
getExpirationDateTime()
setExpirationDateTime()
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 Subscription

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the Subscription

Returns

array —

The list of properties

getResource()

getResource() : string

Gets the resource

Returns

string —

The resource

setResource()

setResource(string  $val) : null

Sets the resource

Parameters

string $val

The resource

Returns

null

getChangeType()

getChangeType() : string

Gets the changeType

Returns

string —

The changeType

setChangeType()

setChangeType(string  $val) : null

Sets the changeType

Parameters

string $val

The changeType

Returns

null

getClientState()

getClientState() : string

Gets the clientState

Returns

string —

The clientState

setClientState()

setClientState(string  $val) : null

Sets the clientState

Parameters

string $val

The clientState

Returns

null

getNotificationUrl()

getNotificationUrl() : string

Gets the notificationUrl

Returns

string —

The notificationUrl

setNotificationUrl()

setNotificationUrl(string  $val) : null

Sets the notificationUrl

Parameters

string $val

The notificationUrl

Returns

null

getExpirationDateTime()

getExpirationDateTime() : \Microsoft\Graph\Model\datetime

Gets the expirationDateTime

Returns

\Microsoft\Graph\Model\datetime —

The expirationDateTime

setExpirationDateTime()

setExpirationDateTime(\Microsoft\Graph\Model\datetime  $val) : null

Sets the expirationDateTime

Parameters

\Microsoft\Graph\Model\datetime $val

The expirationDateTime

Returns

null