| Package | Description |
|---|---|
| ch.rasc.forcastio.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.addAlerts(FioAlert... elements)
Adds elements to
alerts list. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.addAlerts(FioAlert element)
Adds one element to
alerts list. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.addAllAlerts(Iterable<? extends FioAlert> elements)
Adds elements to
alerts list. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.alerts(Iterable<? extends FioAlert> elements)
Sets or replaces all elements for
alerts list. |
static ImmutableFioResponse.Builder |
ImmutableFioResponse.builder()
Creates a builder for
ImmutableFioResponse. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.currently(FioDataPoint currently)
Initializes the value for the
currently attribute. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.daily(FioDataBlock daily)
Initializes the value for the
daily attribute. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.flags(FioFlag flags)
Initializes the value for the
flags attribute. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.from(FioResponse instance)
Fill a builder with attribute values from the provided
FioResponse instance. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.hourly(FioDataBlock hourly)
Initializes the value for the
hourly attribute. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.latitude(BigDecimal latitude)
Initializes the value for the
latitude attribute. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.longitude(BigDecimal longitude)
Initializes the value for the
longitude attribute. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.minutely(FioDataBlock minutely)
Initializes the value for the
minutely attribute. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.offset(int offset)
Initializes the value for the
offset attribute. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.timezone(String timezone)
Initializes the value for the
timezone attribute. |
Copyright © 2016. All rights reserved.