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

public class GetSandboxItemsByPathResult extends ResultList<SandboxItem>
Holds the data returned by the getSandboxItemsByPath operation
Since:
4.0.0
Author:
joseross
  • Field Details

    • missingItems

      protected Collection<String> missingItems
      Collection of paths for which no item was found
  • Constructor Details

    • GetSandboxItemsByPathResult

      public GetSandboxItemsByPathResult()
  • Method Details