\Microsoft\Graph\ModelContactFolder

ContactFolder class

Summary

Methods
Properties
Constants
__construct()
getProperties()
getParentFolderId()
setParentFolderId()
getDisplayName()
setDisplayName()
getContacts()
getChildFolders()
getSingleValueExtendedProperties()
getMultiValueExtendedProperties()
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 ContactFolder

Parameters

array $propDict

A list of properties to set

getProperties()

getProperties() : array

Gets the property dictionary of the ContactFolder

Returns

array —

The list of properties

getParentFolderId()

getParentFolderId() : string

Gets the parentFolderId

Returns

string —

The parentFolderId

setParentFolderId()

setParentFolderId(string  $val) : null

Sets the parentFolderId

Parameters

string $val

The parentFolderId

Returns

null

getDisplayName()

getDisplayName() : string

Gets the displayName

Returns

string —

The displayName

setDisplayName()

setDisplayName(string  $val) : null

Sets the displayName

Parameters

string $val

The displayName

Returns

null

getContacts()

getContacts() : \Microsoft\Graph\Model\ContactsCollectionPage

Gets the contacts

Returns

\Microsoft\Graph\Model\ContactsCollectionPage —

The contacts

getChildFolders()

getChildFolders() : \Microsoft\Graph\Model\ChildFoldersCollectionPage

Gets the childFolders

Returns

\Microsoft\Graph\Model\ChildFoldersCollectionPage —

The childFolders

getSingleValueExtendedProperties()

getSingleValueExtendedProperties() : \Microsoft\Graph\Model\SingleValueExtendedPropertiesCollectionPage

Gets the singleValueExtendedProperties

Returns

\Microsoft\Graph\Model\SingleValueExtendedPropertiesCollectionPage —

The singleValueExtendedProperties

getMultiValueExtendedProperties()

getMultiValueExtendedProperties() : \Microsoft\Graph\Model\MultiValueExtendedPropertiesCollectionPage

Gets the multiValueExtendedProperties

Returns

\Microsoft\Graph\Model\MultiValueExtendedPropertiesCollectionPage —

The multiValueExtendedProperties