com.atlassian.bamboo.plugins.rest.model.build.comment
Class RestCommentList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestComment>
      extended by 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
protected  java.lang.String expand
           
 
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestCommentList()
           
RestCommentList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestComment> callback)
           
 
Method Summary
 void setComment(java.util.List<RestComment> comment)
           
 
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
getCallback, getSize, setMaxResult, setStartIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expand

protected java.lang.String expand
Constructor Detail

RestCommentList

public RestCommentList()

RestCommentList

public RestCommentList(int size,
                       org.apache.commons.lang.math.IntRange range,
                       com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestComment> callback)
Method Detail

setComment

public void setComment(java.util.List<RestComment> comment)


Copyright © 2011 Atlassian. All Rights Reserved.