Class RestPreferenceList

java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestList<RestPreference>
com.atlassian.bamboo.plugins.rest.preference.model.RestPreferenceList
All Implemented Interfaces:
com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapper<RestPreference>

public class RestPreferenceList extends AbstractRestList<RestPreference>
  • Field Details

    • expand

      protected String expand
  • Constructor Details

    • RestPreferenceList

      public RestPreferenceList()
    • RestPreferenceList

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