public class

CommentsWithPaginationJsonBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.rest.json.beans.CommentsWithPaginationJsonBean

Summary

Fields
public static final CommentsWithPaginationJsonBean DOC_EXAMPLE
Public Constructors
CommentsWithPaginationJsonBean()
Public Methods
Collection<CommentJsonBean> getComments()
Integer getMaxResults()
Integer getStartAt()
Integer getTotal()
void setComments(Collection<CommentJsonBean> comments)
void setMaxResults(Integer maxResults)
void setStartAt(Integer startAt)
void setTotal(Integer total)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final CommentsWithPaginationJsonBean DOC_EXAMPLE

Public Constructors

public CommentsWithPaginationJsonBean ()

Public Methods

public Collection<CommentJsonBean> getComments ()

public Integer getMaxResults ()

public Integer getStartAt ()

public Integer getTotal ()

public void setComments (Collection<CommentJsonBean> comments)

public void setMaxResults (Integer maxResults)

public void setStartAt (Integer startAt)

public void setTotal (Integer total)