Class RestPlanLabelList

java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestPlanLabel>
com.atlassian.bamboo.plugins.rest.model.plan.label.RestPlanLabelList
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestPlanLabel>

public class RestPlanLabelList extends AbstractRestList<RestPlanLabel>
  • Field Details

    • expand

      protected String expand
  • Constructor Details

    • RestPlanLabelList

      public RestPlanLabelList()
    • RestPlanLabelList

      public RestPlanLabelList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestPlanLabel> callback)
  • Method Details