\Microsoft\Graph\ModelConversation

Conversation class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getTopic()
setTopic()
getHasAttachments()
setHasAttachments()
getLastDeliveredDateTime()
setLastDeliveredDateTime()
getUniqueSenders()
setUniqueSenders()
getPreview()
setPreview()
getThreads()
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 Conversation

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the Conversation

Returns

array —

The list of properties

getTopic()

getTopic() : string

Gets the topic

Returns

string —

The topic

setTopic()

setTopic(string  $val) : null

Sets the topic

Parameters

string $val

The topic

Returns

null

getHasAttachments()

getHasAttachments() : boolean

Gets the hasAttachments

Returns

boolean —

The hasAttachments

setHasAttachments()

setHasAttachments(boolean  $val) : null

Sets the hasAttachments

Parameters

boolean $val

The hasAttachments

Returns

null

getLastDeliveredDateTime()

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

Gets the lastDeliveredDateTime

Returns

\Microsoft\Graph\Model\datetime —

The lastDeliveredDateTime

setLastDeliveredDateTime()

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

Sets the lastDeliveredDateTime

Parameters

\Microsoft\Graph\Model\datetime $val

The lastDeliveredDateTime

Returns

null

getUniqueSenders()

getUniqueSenders() : string

Gets the uniqueSenders

Returns

string —

The uniqueSenders

setUniqueSenders()

setUniqueSenders(string  $val) : null

Sets the uniqueSenders

Parameters

string $val

The uniqueSenders

Returns

null

getPreview()

getPreview() : string

Gets the preview

Returns

string —

The preview

setPreview()

setPreview(string  $val) : null

Sets the preview

Parameters

string $val

The preview

Returns

null

getThreads()

getThreads() : \Microsoft\Graph\Model\ThreadsCollectionPage

Gets the threads

Returns

\Microsoft\Graph\Model\ThreadsCollectionPage —

The threads