com.atlassian.bamboo.plugins.rest.model.plan.label
Class RestPlanLabelList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestPlanLabel>
      extended by com.atlassian.bamboo.plugins.rest.model.plan.label.RestPlanLabelList
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestPlanLabel>

public class RestPlanLabelList
extends AbstractRestList<RestPlanLabel>


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

RestPlanLabelList

public RestPlanLabelList()

RestPlanLabelList

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

setLabel

public void setLabel(java.util.List<RestPlanLabel> label)


Copyright © 2012 Atlassian. All Rights Reserved.