Class RestBuildLabelList
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.AbstractRestList<RestBuildLabel>
-
- com.atlassian.bamboo.rest.model.build.label.RestBuildLabelList
-
- All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.entity.ListWrapper<RestBuildLabel>
public class RestBuildLabelList extends AbstractRestList<RestBuildLabel>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
expand
-
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
-
Constructor Summary
Constructors Constructor Description RestBuildLabelList()
RestBuildLabelList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildLabel> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestBuildLabel>
getLabel()
void
setLabel(List<RestBuildLabel> label)
-
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
-
-
-
Field Detail
-
expand
protected String expand
-
-
Constructor Detail
-
RestBuildLabelList
public RestBuildLabelList()
-
RestBuildLabelList
public RestBuildLabelList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestBuildLabel> callback)
-
-
Method Detail
-
setLabel
public void setLabel(List<RestBuildLabel> label)
-
getLabel
public List<RestBuildLabel> getLabel()
-
-