\Microsoft\Graph\ModelAutomaticRepliesSetting

AutomaticRepliesSetting class

Summary

Methods
Properties
Constants
__construct()
getStatus()
setStatus()
getExternalAudience()
setExternalAudience()
getScheduledStartDateTime()
setScheduledStartDateTime()
getScheduledEndDateTime()
setScheduledEndDateTime()
getInternalReplyMessage()
setInternalReplyMessage()
getExternalReplyMessage()
setExternalReplyMessage()
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

AutomaticRepliesSetting constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

setExternalAudience()

setExternalAudience(\Microsoft\Graph\Model\ExternalAudienceScope  $val) : null

Sets the externalAudience

Parameters

\Microsoft\Graph\Model\ExternalAudienceScope $val

The value to assign to the externalAudience

Returns

null

getScheduledStartDateTime()

getScheduledStartDateTime() : \Microsoft\Graph\Model\DateTimeTimeZone

Gets the scheduledStartDateTime

Returns

\Microsoft\Graph\Model\DateTimeTimeZone

The scheduledStartDateTime

setScheduledStartDateTime()

setScheduledStartDateTime(\Microsoft\Graph\Model\DateTimeTimeZone  $val) : null

Sets the scheduledStartDateTime

Parameters

\Microsoft\Graph\Model\DateTimeTimeZone $val

The value to assign to the scheduledStartDateTime

Returns

null

getScheduledEndDateTime()

getScheduledEndDateTime() : \Microsoft\Graph\Model\DateTimeTimeZone

Gets the scheduledEndDateTime

Returns

\Microsoft\Graph\Model\DateTimeTimeZone

The scheduledEndDateTime

setScheduledEndDateTime()

setScheduledEndDateTime(\Microsoft\Graph\Model\DateTimeTimeZone  $val) : null

Sets the scheduledEndDateTime

Parameters

\Microsoft\Graph\Model\DateTimeTimeZone $val

The value to assign to the scheduledEndDateTime

Returns

null

getInternalReplyMessage()

getInternalReplyMessage() : string

Gets the internalReplyMessage

Returns

string —

The internalReplyMessage

setInternalReplyMessage()

setInternalReplyMessage(string  $val) : null

Sets the internalReplyMessage

Parameters

string $val

The value of the internalReplyMessage

Returns

null

getExternalReplyMessage()

getExternalReplyMessage() : string

Gets the externalReplyMessage

Returns

string —

The externalReplyMessage

setExternalReplyMessage()

setExternalReplyMessage(string  $val) : null

Sets the externalReplyMessage

Parameters

string $val

The value of the externalReplyMessage

Returns

null