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.common.expand.entity.ListWrapper<RestPreference>
public class RestPreferenceList extends AbstractRestList<RestPreference>
-
-
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 RestPreferenceList()
RestPreferenceList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPreference> callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestPreference>
getPreferences()
-
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
-
RestPreferenceList
public RestPreferenceList()
-
RestPreferenceList
public RestPreferenceList(int size, org.apache.commons.lang3.Range<Integer> range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPreference> callback)
-
-
Method Detail
-
getPreferences
public List<RestPreference> getPreferences()
-
-