Interface ClientDeltaLink

All Superinterfaces:
ClientAnnotatable

public interface ClientDeltaLink extends ClientAnnotatable
  • Method Details

    • getSource

      URI getSource()
    • setSource

      void setSource(URI source)
    • getRelationship

      String getRelationship()
    • setRelationship

      void setRelationship(String relationship)
    • getTarget

      URI getTarget()
    • setTarget

      void setTarget(URI target)