Package | Description |
---|---|
com.survivingwithandroid.weather.lib |
Modifier and Type | Method and Description |
---|---|
WeatherClient.ClientBuilder |
WeatherClient.ClientBuilder.attach(Context ctx)
Attach a
Context to the WeatherClient |
WeatherClient.ClientBuilder |
WeatherClient.ClientBuilder.config(WeatherConfig config)
Set the configuration (
WeatherConfig ) |
WeatherClient.ClientBuilder |
WeatherClient.ClientBuilder.httpClient(java.lang.Class httpClient)
Attach the http Client that has to be used to make requests.
|
WeatherClient.ClientBuilder |
WeatherClient.ClientBuilder.provider(IProviderType providerType)
Set the provider (
IProviderType ) |