com.atlassian.bamboo.plugins.rest.preference.model
Class RestPreferenceList

java.lang.Object
  extended by com.atlassian.bamboo.plugins.rest.model.AbstractRestList<RestPreference>
      extended by 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
protected  java.lang.String expand
           
 
Fields inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
callback, maxResult, size, startIndex
 
Constructor Summary
RestPreferenceList()
           
RestPreferenceList(int size, org.apache.commons.lang.math.IntRange range, com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPreference> callback)
           
 
Method Summary
 java.util.List<RestPreference> getPreferences()
           
 
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.AbstractRestList
getCallback, getSize, setMaxResult, setStartIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expand

protected java.lang.String expand
Constructor Detail

RestPreferenceList

public RestPreferenceList()

RestPreferenceList

public RestPreferenceList(int size,
                          org.apache.commons.lang.math.IntRange range,
                          com.atlassian.plugins.rest.common.expand.entity.ListWrapperCallback<RestPreference> callback)
Method Detail

getPreferences

public java.util.List<RestPreference> getPreferences()


Copyright © 2012 Atlassian. All Rights Reserved.