BooleanNumberNumberNumberBooleanWeatherServiceManifestWeatherServiceManifestWeatherServiceManifestWeatherServiceManifestWeatherServiceManifestInitializes an instance of WeatherServiceManifest.
BooleanGet the CurrentForecastSupported
Kind: Instance method of WeatherServiceManifest
Returns: Boolean - the KEY_CURRENT_FORECAST_SUPPORTED value
NumberGet the MaxHourlyForecastAmount
Kind: Instance method of WeatherServiceManifest
Returns: Number - the KEY_MAX_HOURLY_FORECAST_AMOUNT value
NumberGet the MaxMinutelyForecastAmount
Kind: Instance method of WeatherServiceManifest
Returns: Number - the KEY_MAX_MINUTELY_FORECAST_AMOUNT value
NumberGet the MaxMultidayForecastAmount
Kind: Instance method of WeatherServiceManifest
Returns: Number - the KEY_MAX_MULTIDAY_FORECAST_AMOUNT value
BooleanGet the WeatherForLocationSupported
Kind: Instance method of WeatherServiceManifest
Returns: Boolean - the KEY_WEATHER_FOR_LOCATION_SUPPORTED value
WeatherServiceManifestSet the CurrentForecastSupported
Kind: Instance method of WeatherServiceManifest
Returns: WeatherServiceManifest - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| supported | Boolean |
The desired CurrentForecastSupported. |
WeatherServiceManifestSet the MaxHourlyForecastAmount
Kind: Instance method of WeatherServiceManifest
Returns: WeatherServiceManifest - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| amount | Number |
The desired MaxHourlyForecastAmount. |
WeatherServiceManifestSet the MaxMinutelyForecastAmount
Kind: Instance method of WeatherServiceManifest
Returns: WeatherServiceManifest - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| amount | Number |
The desired MaxMinutelyForecastAmount. |
WeatherServiceManifestSet the MaxMultidayForecastAmount
Kind: Instance method of WeatherServiceManifest
Returns: WeatherServiceManifest - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| amount | Number |
The desired MaxMultidayForecastAmount. |
WeatherServiceManifestSet the WeatherForLocationSupported
Kind: Instance method of WeatherServiceManifest
Returns: WeatherServiceManifest - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| supported | Boolean |
The desired WeatherForLocationSupported. |