Class HalLink
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.HalLink
-
public class HalLink extends Object
The API model representing a link in JSON Hypertext Application Language (HAL).- Since:
- 9.3
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()Get the URL for the link.voidsetHref(String href)Set the URL for the link.
-