Documentation

GetAgentUserAuthorizationsOptions
in package

GetAgentUserAuthorizationsOptions 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

$active_only  : string|null
$active_only
$count  : string|null
$count
$email_substring  : string|null
$email_substring Part (substring) of email we are searching for.
$include_closed_users  : string|null
$include_closed_users
$permissions  : string|null
$permissions
$start_position  : string|null
$start_position
$user_name_substring  : string|null
$user_name_substring
getActiveOnly()  : string|null
Gets active_only
getCount()  : string|null
Gets count
getEmailSubstring()  : string|null
Gets email_substring
getIncludeClosedUsers()  : string|null
Gets include_closed_users
getPermissions()  : string|null
Gets permissions
getStartPosition()  : string|null
Gets start_position
getUserNameSubstring()  : string|null
Gets user_name_substring
setActiveOnly()  : self
Sets active_only
setCount()  : self
Sets count
setEmailSubstring()  : self
Sets email_substring
setIncludeClosedUsers()  : self
Sets include_closed_users
setPermissions()  : self
Sets permissions
setStartPosition()  : self
Sets start_position
setUserNameSubstring()  : self
Sets user_name_substring

Properties

$active_only

$active_only

protected string|null $active_only = null

$email_substring

$email_substring Part (substring) of email we are searching for.

protected string|null $email_substring = null

$include_closed_users

$include_closed_users

protected string|null $include_closed_users = null

$permissions

$permissions

protected string|null $permissions = null

$start_position

$start_position

protected string|null $start_position = null

$user_name_substring

$user_name_substring

protected string|null $user_name_substring = null

Methods

getActiveOnly()

Gets active_only

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

getCount()

Gets count

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

getEmailSubstring()

Gets email_substring

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

getIncludeClosedUsers()

Gets include_closed_users

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

getPermissions()

Gets permissions

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

getStartPosition()

Gets start_position

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

getUserNameSubstring()

Gets user_name_substring

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

setActiveOnly()

Sets active_only

public setActiveOnly(string|null $active_only) : self
Parameters
$active_only : string|null
Return values
self

setCount()

Sets count

public setCount(string|null $count) : self
Parameters
$count : string|null
Return values
self

setEmailSubstring()

Sets email_substring

public setEmailSubstring(string|null $email_substring) : self
Parameters
$email_substring : string|null

Part (substring) of email we are searching for.

Return values
self

setIncludeClosedUsers()

Sets include_closed_users

public setIncludeClosedUsers(string|null $include_closed_users) : self
Parameters
$include_closed_users : string|null
Return values
self

setPermissions()

Sets permissions

public setPermissions(string|null $permissions) : self
Parameters
$permissions : string|null
Return values
self

setStartPosition()

Sets start_position

public setStartPosition(string|null $start_position) : self
Parameters
$start_position : string|null
Return values
self

setUserNameSubstring()

Sets user_name_substring

public setUserNameSubstring(string|null $user_name_substring) : self
Parameters
$user_name_substring : string|null
Return values
self

Search results