\Microsoft\Graph\ModelUploadSession

UploadSession class

Summary

Methods
Properties
Constants
__construct()
getUploadUrl()
setUploadUrl()
getExpirationDateTime()
setExpirationDateTime()
getNextExpectedRanges()
setNextExpectedRanges()
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

UploadSession constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getUploadUrl()

getUploadUrl() : string

Gets the uploadUrl

Returns

string —

The uploadUrl

setUploadUrl()

setUploadUrl(string  $val) : null

Sets the uploadUrl

Parameters

string $val

The value of the uploadUrl

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 value of the expirationDateTime

Returns

null

getNextExpectedRanges()

getNextExpectedRanges() : string

Gets the nextExpectedRanges

Returns

string —

The nextExpectedRanges

setNextExpectedRanges()

setNextExpectedRanges(string  $val) : null

Sets the nextExpectedRanges

Parameters

string $val

The value of the nextExpectedRanges

Returns

null