Class LinkResult


  • public class LinkResult
    extends java.lang.Object
    Wrapper class to provide the processed Link as URI or HALLink
    • Constructor Summary

      Constructors 
      Constructor Description
      LinkResult​(java.net.URI uri)
      Instantiates a new Link result.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.openapitools.jackson.dataformat.hal.HALLink asHalLink()
      Returns the link result as HALLink
      java.net.URI asUri()
      Returns the link result as URI
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinkResult

        public LinkResult​(java.net.URI uri)
        Instantiates a new Link result.
        Parameters:
        uri - the uri
    • Method Detail

      • asUri

        public java.net.URI asUri()
        Returns the link result as URI
        Returns:
        the uri
      • asHalLink

        public io.openapitools.jackson.dataformat.hal.HALLink asHalLink()
        Returns the link result as HALLink
        Returns:
        the hal link