GetBulkSendBatchEnvelopesOptions
in package
GetBulkSendBatchEnvelopesOptions Class Doc Comment
Tags
Table of Contents
- $count : string|null
- $count
- $include : string|null
- $include
- $order : string|null
- $order
- $order_by : string|null
- $order_by
- $search_text : string|null
- $search_text
- $start_position : string|null
- $start_position
- $status : string|null
- $status
- getCount() : string|null
- Gets count
- getInclude() : string|null
- Gets include
- getOrder() : string|null
- Gets order
- getOrderBy() : string|null
- Gets order_by
- getSearchText() : string|null
- Gets search_text
- getStartPosition() : string|null
- Gets start_position
- getStatus() : string|null
- Gets status
- setCount() : self
- Sets count
- setInclude() : self
- Sets include
- setOrder() : self
- Sets order
- setOrderBy() : self
- Sets order_by
- setSearchText() : self
- Sets search_text
- setStartPosition() : self
- Sets start_position
- setStatus() : self
- Sets status
Properties
$count
$count
protected
string|null
$count
= null
$include
$include
protected
string|null
$include
= null
$order
$order
protected
string|null
$order
= null
$order_by
$order_by
protected
string|null
$order_by
= null
$search_text
$search_text
protected
string|null
$search_text
= null
$start_position
$start_position
protected
string|null
$start_position
= null
$status
$status
protected
string|null
$status
= null
Methods
getCount()
Gets count
public
getCount() : string|null
Return values
string|null —getInclude()
Gets include
public
getInclude() : string|null
Return values
string|null —getOrder()
Gets order
public
getOrder() : string|null
Return values
string|null —getOrderBy()
Gets order_by
public
getOrderBy() : 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 —setCount()
Sets count
public
setCount(string|null $count) : self
Parameters
- $count : string|null
Return values
self —setInclude()
Sets include
public
setInclude(string|null $include) : self
Parameters
- $include : string|null
Return values
self —setOrder()
Sets order
public
setOrder(string|null $order) : self
Parameters
- $order : string|null
Return values
self —setOrderBy()
Sets order_by
public
setOrderBy(string|null $order_by) : self
Parameters
- $order_by : 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