Class LinkDescription

    • Constructor Detail

      • LinkDescription

        public LinkDescription()
    • Method Detail

      • setHref

        public void setHref​(String href)
        The complete target URL.
      • setRel

        public void setRel​(String rel)
        The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link.
      • setMethod

        public void setMethod​(String method)
        The HTTP method required to make the related call.
      • getHref

        public String getHref()
        The complete target URL.
      • getRel

        public String getRel()
        The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link.
      • getMethod

        public String getMethod()
        The HTTP method required to make the related call.