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
  • Constructor Details

    • HalLink

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

    • getHref

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

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