Class UnmanagedResource


public class UnmanagedResource extends ManageableResource
An UnmanagedResource indicates that a given ManageableResource is not managed by a shape tree. This means that there is not an associated ManagerResource that exists.
  • Constructor Details

    • UnmanagedResource

      public UnmanagedResource(ManageableResource manageable, Optional<URL> managerUrl)
      Construct an UnmanagedResource based on a provided ManageableResource manageable and managerUrl
      Parameters:
      manageable - ManageableResource to construct the UnmanagedResource from
      managerUrl - URL of the associated shape tree manager resource