com.atlassian.bamboo.plugins.rest.model.build.change
Class RestChangeList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestChange>
      extended by com.atlassian.bamboo.plugins.rest.model.build.change.RestChangeList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestChange>

public class RestChangeList
extends AbstractRestList<RestChange>


Field Summary
protected  java.lang.String expand
           
 
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestChangeList()
           
RestChangeList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestChange> callback)
           
 
Method Summary
 java.util.List<RestChange> getChange()
           
 void setChange(java.util.List<RestChange> change)
           
 void setExpand(java.lang.String expand)
           
 
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

RestChangeList

public RestChangeList()

RestChangeList

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

getChange

public java.util.List<RestChange> getChange()

setChange

public void setChange(java.util.List<RestChange> change)

setExpand

public void setExpand(java.lang.String expand)


Copyright © 2012 Atlassian. All Rights Reserved.