| Package | Description |
|---|---|
| ch.rasc.forcastio.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFioDataBlock
Immutable implementation of
FioDataBlock. |
| Modifier and Type | Method and Description |
|---|---|
FioDataBlock |
ImmutableFioResponse.daily()
An instance of
FioDataPoint containing the weather conditions day-by-day
for the next week. |
FioDataBlock |
FioResponse.daily()
An instance of
FioDataPoint containing the weather conditions day-by-day
for the next week. |
FioDataBlock |
ImmutableFioResponse.hourly()
An instance of
FioDataPoint containing the weather conditions hour-by-hour
for the next two days. |
FioDataBlock |
FioResponse.hourly()
An instance of
FioDataPoint containing the weather conditions hour-by-hour
for the next two days. |
FioDataBlock |
ImmutableFioResponse.minutely()
An instance of
FioDataPoint containing the weather conditions
minute-by-minute for the next hour. |
FioDataBlock |
FioResponse.minutely()
An instance of
FioDataPoint containing the weather conditions
minute-by-minute for the next hour. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFioDataBlock |
ImmutableFioDataBlock.copyOf(FioDataBlock instance)
Creates an immutable copy of a
FioDataBlock value. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.daily(FioDataBlock daily)
Initializes the value for the
daily attribute. |
ImmutableFioDataBlock.Builder |
ImmutableFioDataBlock.Builder.from(FioDataBlock instance)
Fill a builder with attribute values from the provided
FioDataBlock instance. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.hourly(FioDataBlock hourly)
Initializes the value for the
hourly attribute. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.minutely(FioDataBlock minutely)
Initializes the value for the
minutely attribute. |
ImmutableFioResponse |
ImmutableFioResponse.withDaily(FioDataBlock value)
Copy the current immutable object by setting a value for the
daily attribute. |
ImmutableFioResponse |
ImmutableFioResponse.withHourly(FioDataBlock value)
Copy the current immutable object by setting a value for the
hourly attribute. |
ImmutableFioResponse |
ImmutableFioResponse.withMinutely(FioDataBlock value)
Copy the current immutable object by setting a value for the
minutely attribute. |
Copyright © 2016. All rights reserved.