baseUrl abstract method
- String baseUrl
Sets the base URL.
IMPORTANT
Providing the baseUrl is required.
Params:
- baseUrl: the base URL.
Returns: a ConfigurationBuilder object.
Implementation
ConfigurationBuilder baseUrl(String baseUrl);
Sets the base URL.
IMPORTANT
Providing the baseUrl is required.
Params:
Returns: a ConfigurationBuilder object.
ConfigurationBuilder baseUrl(String baseUrl);