Interface Link

  • All Superinterfaces:
    com.okta.sdk.resource.ExtensibleResource, Map<String,​Object>, com.okta.sdk.resource.PropertyRetriever, com.okta.sdk.resource.Resource
    All Known Implementing Classes:
    DefaultLink, NestedLink

    public interface Link
    extends com.okta.sdk.resource.ExtensibleResource
    HAL (Hypertext Application Language) based links).
    Since:
    0.1.0
    • Method Detail

      • hasNestedLinks

        boolean hasNestedLinks()
        Returns true ONLY if this object contains nested links INSTEAD of containing a link itself.
        Returns:
        true if this object contains nested links.
      • getNestedLinks

        List<Link> getNestedLinks()