| Package | Description |
|---|---|
| ch.rasc.forcastio.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFioResponse |
ImmutableFioResponse.Builder.build()
Builds a new
ImmutableFioResponse. |
static ImmutableFioResponse |
ImmutableFioResponse.copyOf(FioResponse instance)
Creates an immutable copy of a
FioResponse value. |
ImmutableFioResponse |
ImmutableFioResponse.withAlerts(FioAlert... elements)
Copy the current immutable object with elements that replace the content of
alerts. |
ImmutableFioResponse |
ImmutableFioResponse.withAlerts(Iterable<? extends FioAlert> elements)
Copy the current immutable object with elements that replace the content of
alerts. |
ImmutableFioResponse |
ImmutableFioResponse.withCurrently(FioDataPoint value)
Copy the current immutable object by setting a value for the
currently attribute. |
ImmutableFioResponse |
ImmutableFioResponse.withDaily(FioDataBlock value)
Copy the current immutable object by setting a value for the
daily attribute. |
ImmutableFioResponse |
ImmutableFioResponse.withFlags(FioFlag value)
Copy the current immutable object by setting a value for the
flags attribute. |
ImmutableFioResponse |
ImmutableFioResponse.withHourly(FioDataBlock value)
Copy the current immutable object by setting a value for the
hourly attribute. |
ImmutableFioResponse |
ImmutableFioResponse.withLatitude(BigDecimal value)
Copy the current immutable object by setting a value for the
latitude attribute. |
ImmutableFioResponse |
ImmutableFioResponse.withLongitude(BigDecimal value)
Copy the current immutable object by setting a value for the
longitude attribute. |
ImmutableFioResponse |
ImmutableFioResponse.withMinutely(FioDataBlock value)
Copy the current immutable object by setting a value for the
minutely attribute. |
ImmutableFioResponse |
ImmutableFioResponse.withOffset(int value)
Copy the current immutable object by setting a value for the
offset attribute. |
ImmutableFioResponse |
ImmutableFioResponse.withTimezone(String value)
Copy the current immutable object by setting a value for the
timezone attribute. |
Copyright © 2016. All rights reserved.