Documentation

GetBulkSendBatchesOptions
in package

GetBulkSendBatchesOptions 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

$batch_ids  : string|null
$batch_ids
$count  : string|null
$count
$from_date  : string|null
$from_date
$search_text  : string|null
$search_text
$start_position  : string|null
$start_position
$status  : string|null
$status
$to_date  : string|null
$to_date
$user_id  : string|null
$user_id
getBatchIds()  : string|null
Gets batch_ids
getCount()  : string|null
Gets count
getFromDate()  : string|null
Gets from_date
getSearchText()  : string|null
Gets search_text
getStartPosition()  : string|null
Gets start_position
getStatus()  : string|null
Gets status
getToDate()  : string|null
Gets to_date
getUserId()  : string|null
Gets user_id
setBatchIds()  : self
Sets batch_ids
setCount()  : self
Sets count
setFromDate()  : self
Sets from_date
setSearchText()  : self
Sets search_text
setStartPosition()  : self
Sets start_position
setStatus()  : self
Sets status
setToDate()  : self
Sets to_date
setUserId()  : self
Sets user_id

Properties

$start_position

$start_position

protected string|null $start_position = null

Methods

getBatchIds()

Gets batch_ids

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

getCount()

Gets count

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

getFromDate()

Gets from_date

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

getSearchText()

Gets search_text

public getSearchText() : 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

getToDate()

Gets to_date

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

getUserId()

Gets user_id

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

setBatchIds()

Sets batch_ids

public setBatchIds(string|null $batch_ids) : self
Parameters
$batch_ids : string|null
Return values
self

setCount()

Sets count

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

setFromDate()

Sets from_date

public setFromDate(string|null $from_date) : self
Parameters
$from_date : string|null
Return values
self

setSearchText()

Sets search_text

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

setToDate()

Sets to_date

public setToDate(string|null $to_date) : self
Parameters
$to_date : string|null
Return values
self

setUserId()

Sets user_id

public setUserId(string|null $user_id) : self
Parameters
$user_id : string|null
Return values
self

Search results