Class UrlBuilder


  • public class UrlBuilder
    extends Object
    Author:
    thomas pauli | phatec.ch
    • Method Detail

      • build

        public static URI build​(RequestType type,
                                Object... params)
        Build the url with the given parameters and the given RequestType.
        Parameters:
        type - The RequestType for which the URI should be builded.
        params - The parameters which should be added to the URI.
        Returns:
        The builded URI with the given parameters and the given RequestType.