Package com.atlassian.bamboo.rest.model
Class RestListModel<T extends AbstractRestModel>
java.lang.Object
com.atlassian.bamboo.rest.model.AbstractRestModel
com.atlassian.bamboo.rest.model.RestListModel<T>
REST model for returning a list of resources without paging.
NOTE: This should be used sparingly in situations where paging is not possible or doesn't make sense. In most cases
you should implement paging and use the
RestPageModel
instead.-
Field Summary
Fields inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
self
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bamboo.rest.model.AbstractRestModel
getSelf, setSelf
-
Constructor Details
-
RestListModel
-
-
Method Details
-
getResults
-