Interface NiceUri<T extends NiceUri>

All Known Subinterfaces:
AdminUri, ClientUri<T>, EntityUri, PublicUri
All Known Implementing Classes:
AbstractUri, AdminUriImpl, EntityUriImpl, PublicUriImpl

public interface NiceUri<T extends NiceUri>
Base interface for nice URIs.
  • Method Details

    • toURI

      URI toURI()
      Get the URI as URI.
      Returns:
      the URI as URI.
    • withQuery

      T withQuery(String query)
    • withFragment

      T withFragment(String fragment)
    • withQueryAndFragment

      T withQueryAndFragment(String query, String fragment)