Class RestPlanLabels
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.model.plan.label.RestPlanLabels
-
public class RestPlanLabels extends Object
-
-
Constructor Summary
Constructors Constructor Description RestPlanLabels()
RestPlanLabels(RestPlanLabelList labelList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setLabels(RestPlanLabelList labels)
void
setLink(com.atlassian.plugins.rest.common.Link link)
-
-
-
Constructor Detail
-
RestPlanLabels
public RestPlanLabels()
-
RestPlanLabels
public RestPlanLabels(RestPlanLabelList labelList)
-
-
Method Detail
-
setLabels
public void setLabels(RestPlanLabelList labels)
-
setLink
public void setLink(com.atlassian.plugins.rest.common.Link link)
-
-