\Microsoft\Graph\ModelItemBody

ItemBody class

Summary

Methods
Properties
Constants
__construct()
getContentType()
setContentType()
getContent()
setContent()
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

ItemBody constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

setContentType()

setContentType(\Microsoft\Graph\Model\BodyType  $val) : null

Sets the contentType

Parameters

\Microsoft\Graph\Model\BodyType $val

The value to assign to the contentType

Returns

null

getContent()

getContent() : string

Gets the content

Returns

string —

The content

setContent()

setContent(string  $val) : null

Sets the content

Parameters

string $val

The value of the content

Returns

null