Class UriBuilder


  • public class UriBuilder
    extends java.lang.Object
    Build the self link from the search parameters actually used by the server FHIR Specification: URI Pattern
    • Method Detail

      • builder

        public static UriBuilder builder()
        generates a single instance of the
        Returns:
      • requestUri

        public UriBuilder requestUri​(java.lang.String requestUriString)
        adds the request uri inline
        Parameters:
        requestUriString -
        Returns:
      • toSearchSelfUri

        public java.lang.String toSearchSelfUri()
                                         throws java.net.URISyntaxException
        outputs the searchSelfUri based
        Returns:
        Throws:
        java.net.URISyntaxException