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