com.atlassian.jira.issue.fields.rest.json.beans
Class WorklogWithPaginationBean

java.lang.Object
  extended by com.atlassian.jira.issue.fields.rest.json.beans.WorklogWithPaginationBean

public class WorklogWithPaginationBean
extends Object

outer object for representing worklogs. Allows for future expansion to allow pagination.

Since:
v5.0

Field Summary
static WorklogWithPaginationBean DOC_EXAMPLE
           
 
Constructor Summary
WorklogWithPaginationBean()
           
 
Method Summary
 Integer getMaxResults()
           
 Integer getStartAt()
           
 Integer getTotal()
           
 Collection<WorklogJsonBean> getWorklogs()
           
 void setMaxResults(Integer maxResults)
           
 void setStartAt(Integer startAt)
           
 void setTotal(Integer total)
           
 void setWorklogs(Collection<WorklogJsonBean> worklogs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOC_EXAMPLE

public static final WorklogWithPaginationBean DOC_EXAMPLE
Constructor Detail

WorklogWithPaginationBean

public WorklogWithPaginationBean()
Method Detail

getStartAt

public Integer getStartAt()

setStartAt

public void setStartAt(Integer startAt)

getMaxResults

public Integer getMaxResults()

setMaxResults

public void setMaxResults(Integer maxResults)

getTotal

public Integer getTotal()

setTotal

public void setTotal(Integer total)

getWorklogs

public Collection<WorklogJsonBean> getWorklogs()

setWorklogs

public void setWorklogs(Collection<WorklogJsonBean> worklogs)


Copyright © 2002-2012 Atlassian. All Rights Reserved.