public class RestCommentList extends AbstractRestList<RestComment>
Modifier and Type | Field and Description |
---|---|
protected String |
expand |
callback, maxResult, size, startIndex
Constructor and Description |
---|
RestCommentList() |
RestCommentList(int size,
org.apache.commons.lang3.Range<Integer> range,
com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestComment> callback) |
Modifier and Type | Method and Description |
---|---|
void |
setComment(List<RestComment> comment) |
getAllElements, getCallback, getSize, setMaxResult, setStartIndex
protected String expand
public RestCommentList()
public RestCommentList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestComment> callback)
public void setComment(List<RestComment> comment)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.