Documentation

ListPowerFormsOptions
in package

ListPowerFormsOptions 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
$from_date  : string|null
$from_date
$order  : string|null
$order
$order_by  : string|null
$order_by
$search_fields  : string|null
$search_fields
$search_text  : string|null
$search_text
$start_position  : string|null
$start_position
$to_date  : string|null
$to_date
getCount()  : string|null
Gets count
getFromDate()  : string|null
Gets from_date
getOrder()  : string|null
Gets order
getOrderBy()  : string|null
Gets order_by
getSearchFields()  : string|null
Gets search_fields
getSearchText()  : string|null
Gets search_text
getStartPosition()  : string|null
Gets start_position
getToDate()  : string|null
Gets to_date
setCount()  : self
Sets count
setFromDate()  : self
Sets from_date
setOrder()  : self
Sets order
setOrderBy()  : self
Sets order_by
setSearchFields()  : self
Sets search_fields
setSearchText()  : self
Sets search_text
setStartPosition()  : self
Sets start_position
setToDate()  : self
Sets to_date

Properties

$from_date

$from_date

protected string|null $from_date = null

$search_fields

$search_fields

protected string|null $search_fields = null

$search_text

$search_text

protected string|null $search_text = null

$start_position

$start_position

protected string|null $start_position = null

Methods

getCount()

Gets count

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

getFromDate()

Gets from_date

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

getSearchFields()

Gets search_fields

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

getToDate()

Gets to_date

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

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

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

setSearchFields()

Sets search_fields

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

setToDate()

Sets to_date

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

Search results