Documentation

GetConnectAllUsersOptions
in package

GetConnectAllUsersOptions 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

$count  : string|null
$count
$domain_users_only  : string|null
$domain_users_only
$email_substring  : string|null
$email_substring
$start_position  : string|null
$start_position
$status  : string|null
$status
$user_name_substring  : string|null
$user_name_substring
getCount()  : string|null
Gets count
getDomainUsersOnly()  : string|null
Gets domain_users_only
getEmailSubstring()  : string|null
Gets email_substring
getStartPosition()  : string|null
Gets start_position
getStatus()  : string|null
Gets status
getUserNameSubstring()  : string|null
Gets user_name_substring
setCount()  : self
Sets count
setDomainUsersOnly()  : self
Sets domain_users_only
setEmailSubstring()  : self
Sets email_substring
setStartPosition()  : self
Sets start_position
setStatus()  : self
Sets status
setUserNameSubstring()  : self
Sets user_name_substring

Properties

$count

$count

protected string|null $count = null

$domain_users_only

$domain_users_only

protected string|null $domain_users_only = null

$email_substring

$email_substring

protected string|null $email_substring = null

$start_position

$start_position

protected string|null $start_position = null

$status

$status

protected string|null $status = null

$user_name_substring

$user_name_substring

protected string|null $user_name_substring = null

Methods

getCount()

Gets count

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

getDomainUsersOnly()

Gets domain_users_only

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

getEmailSubstring()

Gets email_substring

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

getStartPosition()

Gets start_position

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

getStatus()

Gets status

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

getUserNameSubstring()

Gets user_name_substring

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

setCount()

Sets count

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

setDomainUsersOnly()

Sets domain_users_only

public setDomainUsersOnly(string|null $domain_users_only) : self
Parameters
$domain_users_only : string|null
Return values
self

setEmailSubstring()

Sets email_substring

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

setStartPosition()

Sets start_position

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

setStatus()

Sets status

public setStatus(string|null $status) : self
Parameters
$status : 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