public class LinkResult
extends java.lang.Object
Constructor and Description |
---|
LinkResult(java.net.URI uri)
Instantiates a new Link result.
|
Modifier and Type | Method and Description |
---|---|
io.openapitools.jackson.dataformat.hal.HALLink |
asHalLink()
Returns the link result as HALLink
|
java.net.URI |
asUri()
Returns the link result as URI
|