Class Link


  • public class Link
    extends java.lang.Object
    Represents links in responses.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHref()  
      java.net.URI getUri()  
      boolean isTemplated()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getHref

        public java.lang.String getHref()
      • getUri

        public java.net.URI getUri()
      • isTemplated

        public boolean isTemplated()