com.atlassian.bamboo.plugins.rest.model.resource
Class RestResourceList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestResource>
      extended by com.atlassian.bamboo.plugins.rest.model.resource.RestResourceList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestResource>

public class RestResourceList
extends AbstractRestList<RestResource>

User: mwent Date: May 22, 2009 Time: 7:53:23 PM


Field Summary
 
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestResourceList()
           
RestResourceList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestResource> callback)
           
 
Method Summary
 void setResources(List<RestResource> resources)
           
 
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
 

Constructor Detail

RestResourceList

public RestResourceList()

RestResourceList

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

setResources

public void setResources(List<RestResource> resources)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.