Class MissingManageableResource


public class MissingManageableResource extends ManageableResource
A MissingManageableResource represents a state where a given ManageableResource at a URL does not exist.
  • Constructor Details

    • MissingManageableResource

      public MissingManageableResource(URL url, ShapeTreeResourceType resourceType, ResourceAttributes attributes, String body, String name, Optional<URL> managerResourceUrl)
      Construct a missing manageable resource.
      Parameters:
      url - URL of the resource
      resourceType - Identified shape tree resource type
      attributes - Associated resource attributes
      body - Body of the resource
      name - Name of the resource
      managerResourceUrl - URL of the shape tree manager resource