Class Link


  • public class Link
    extends AnyJSONObject
    A Link with common (and less common) properties found in OGC APIs
    • Constructor Detail

      • Link

        public Link()
      • Link

        public Link​(String href,
                    String rel,
                    String type,
                    String title,
                    String classification)
      • Link

        public Link​(String href,
                    String rel,
                    String type,
                    String title)
    • Method Detail

      • getHref

        public String getHref()
      • setHref

        public void setHref​(String href)
      • getRel

        public String getRel()
      • setRel

        public void setRel​(String rel)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • isTemplated

        public Boolean isTemplated()
      • setTemplated

        public void setTemplated​(Boolean templated)
      • getMerge

        public Boolean getMerge()
      • setMerge

        public void setMerge​(Boolean merge)
      • getBody

        public Map<String,​Object> getBody()
      • setBody

        public void setBody​(Map<String,​Object> body)
      • setMethod

        public void setMethod​(HttpMethod method)