Class GetChildrenByPathsBulkResult
java.lang.Object
org.craftercms.studio.model.rest.content.GetChildrenByPathsBulkResult
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGetChildrenByPathsBulkResult(Collection<GetChildrenByPathsBulkResult.ChildrenByPathResult> items, Collection<String> missingItems) -
Method Summary
Modifier and TypeMethodDescriptiongetItems()voidvoidsetMissingItems(Collection<String> missingItems)
-
Constructor Details
-
GetChildrenByPathsBulkResult
public GetChildrenByPathsBulkResult(Collection<GetChildrenByPathsBulkResult.ChildrenByPathResult> items, Collection<String> missingItems)
-
-
Method Details
-
getItems
-
setItems
-
getMissingItems
-
setMissingItems
-