Class HalLink


  • public class HalLink
    extends Object
    The API model representing a link in JSON Hypertext Application Language (HAL).
    Since:
    9.3
    • Constructor Detail

      • HalLink

        public HalLink​(String href)
        Create an instance with the specified parameters.
        Parameters:
        href - The URL for the link.
    • Method Detail

      • getHref

        public String getHref()
        Get the URL for the link.
      • setHref

        public void setHref​(String href)
        Set the URL for the link.