Class GetSandboxItemsByPathResult
java.lang.Object
org.craftercms.studio.model.rest.Result
org.craftercms.studio.model.rest.ResultList<SandboxItem>
org.craftercms.studio.model.rest.content.GetSandboxItemsByPathResult
Holds the data returned by the getSandboxItemsByPath operation
- Since:
- 4.0.0
- Author:
- joseross
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<String> Collection of paths for which no item was found -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.craftercms.studio.model.rest.ResultList
getEntities, setEntitiesMethods inherited from class org.craftercms.studio.model.rest.Result
getResponse, setResponse
-
Field Details
-
missingItems
Collection of paths for which no item was found
-
-
Constructor Details
-
GetSandboxItemsByPathResult
public GetSandboxItemsByPathResult()
-
-
Method Details
-
getMissingItems
-
setMissingItems
-