Documentation

UpdateSharedAccessOptions
in package

UpdateSharedAccessOptions Class Doc Comment

Tags
category

Class

author

Swagger Codegen team apihelp@docusign.com

license

The DocuSign PHP Client SDK is licensed under the MIT License.

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$item_type  : string|null
$item_type
$preserve_existing_shared_access  : string|null
$preserve_existing_shared_access
$user_ids  : string|null
$user_ids
getItemType()  : string|null
Gets item_type
getPreserveExistingSharedAccess()  : string|null
Gets preserve_existing_shared_access
getUserIds()  : string|null
Gets user_ids
setItemType()  : self
Sets item_type
setPreserveExistingSharedAccess()  : self
Sets preserve_existing_shared_access
setUserIds()  : self
Sets user_ids

Properties

$item_type

$item_type

protected string|null $item_type = null

$preserve_existing_shared_access

$preserve_existing_shared_access

protected string|null $preserve_existing_shared_access = null

$user_ids

$user_ids

protected string|null $user_ids = null

Methods

getItemType()

Gets item_type

public getItemType() : string|null
Return values
string|null

getPreserveExistingSharedAccess()

Gets preserve_existing_shared_access

public getPreserveExistingSharedAccess() : string|null
Return values
string|null

getUserIds()

Gets user_ids

public getUserIds() : string|null
Return values
string|null

setItemType()

Sets item_type

public setItemType(string|null $item_type) : self
Parameters
$item_type : string|null
Return values
self

setPreserveExistingSharedAccess()

Sets preserve_existing_shared_access

public setPreserveExistingSharedAccess(string|null $preserve_existing_shared_access) : self
Parameters
$preserve_existing_shared_access : string|null
Return values
self

setUserIds()

Sets user_ids

public setUserIds(string|null $user_ids) : self
Parameters
$user_ids : string|null
Return values
self

Search results