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>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
callback, maxResult, size, startIndex
-
Constructor Summary
ConstructorDescriptionRestPreferenceList
(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.api.expand.listwrapper.ListWrapperCallback<RestPreference> callback) -
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestList
getAllElements, getCallback, getMaxResult, getSize, getStartIndex, setMaxResult, setStartIndex
-
Field Details
-
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
-
getPreferences
-