Package org.craftercms.studio.model.rest
Class ResultList<T>
java.lang.Object
org.craftercms.studio.model.rest.Result
org.craftercms.studio.model.rest.ResultList<T>
- Type Parameters:
T
- the entity type
- Direct Known Subclasses:
GetSandboxItemsByPathResult
,PaginatedResultList
A
Result
where the actual result is a list of entities.- Author:
- Dejan Brkic, avasquez
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the result entities.void
setEntities
(String name, List<T> entities) Sets the result entities.Methods inherited from class org.craftercms.studio.model.rest.Result
getResponse, setResponse
-
Constructor Details
-
ResultList
public ResultList()
-
-
Method Details
-
getEntities
Returns the result entities. -
setEntities
Sets the result entities.
-