PHP Class JiraRestApi\Issue\PaginatedWorklog

Inheritance: use trait JiraRestApi\ClassSerialize
Show file Open project: lesstif/php-jira-rest-client

Public Properties

Property Type Description
$maxResults Maximum results
$startAt Start at position
$total Total results
$worklogs Worklog

Public Methods

Method Description
getMaxResults ( ) : integer
getStartAt ( ) : integer
getTotal ( ) : integer
getWorklogs ( ) : array
setMaxResults ( integer $maxResults )
setStartAt ( integer $startAt )
setTotal ( integer $total )
setWorklogs ( array $worklogs )

Method Details

getMaxResults() public method

public getMaxResults ( ) : integer
return integer

getStartAt() public method

public getStartAt ( ) : integer
return integer

getTotal() public method

public getTotal ( ) : integer
return integer

getWorklogs() public method

public getWorklogs ( ) : array
return array Worklogs

setMaxResults() public method

public setMaxResults ( integer $maxResults )
$maxResults integer

setStartAt() public method

public setStartAt ( integer $startAt )
$startAt integer

setTotal() public method

public setTotal ( integer $total )
$total integer

setWorklogs() public method

public setWorklogs ( array $worklogs )
$worklogs array Worklogs

Property Details

$maxResults public property

Maximum results
public $maxResults

$startAt public property

Start at position
public $startAt

$total public property

Total results
public $total

$worklogs public property

Worklog
public $worklogs