Class RestCommentList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestList<RestComment>
-
- com.atlassian.bamboo.plugins.rest.model.build.comment.RestCommentList
-
- All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestComment>
public class RestCommentList extends AbstractRestList<RestComment>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
expand
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestCommentList()
RestCommentList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestComment> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestComment>
getComment()
void
setComment(List<RestComment> comment)
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
-
-
-
Field Detail
-
expand
protected String expand
-
-
Constructor Detail
-
RestCommentList
public RestCommentList()
-
RestCommentList
public RestCommentList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestComment> callback)
-
-
Method Detail
-
setComment
public void setComment(List<RestComment> comment)
-
getComment
public List<RestComment> getComment()
-
-