Class HalLink
java.lang.Object
com.pingidentity.sdk.api.authn.model.HalLink
The API model representing a link in JSON Hypertext Application Language (HAL).
- Since:
- 9.3
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HalLink
Create an instance with the specified parameters.- Parameters:
href- The URL for the link.
-
-
Method Details
-
getHref
Get the URL for the link. -
setHref
Set the URL for the link.
-