| Package | Description |
|---|---|
| ch.rasc.forcastio.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFioDataPoint
Immutable implementation of
FioDataPoint. |
| Modifier and Type | Method and Description |
|---|---|
FioDataPoint |
ImmutableFioResponse.currently()
An instance of
FioDataPoint containing the current weather conditions at
the requested location. |
FioDataPoint |
FioResponse.currently()
An instance of
FioDataPoint containing the current weather conditions at
the requested location. |
| Modifier and Type | Method and Description |
|---|---|
List<FioDataPoint> |
ImmutableFioDataBlock.data()
A collection of
FioDataPoint instances, ordered by time, which together
describe the weather conditions at the requested location over time. |
List<FioDataPoint> |
FioDataBlock.data()
A collection of
FioDataPoint instances, ordered by time, which together
describe the weather conditions at the requested location over time. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFioDataBlock.Builder |
ImmutableFioDataBlock.Builder.addData(FioDataPoint... elements)
Adds elements to
data list. |
ImmutableFioDataBlock.Builder |
ImmutableFioDataBlock.Builder.addData(FioDataPoint element)
Adds one element to
data list. |
static ImmutableFioDataPoint |
ImmutableFioDataPoint.copyOf(FioDataPoint instance)
Creates an immutable copy of a
FioDataPoint value. |
ImmutableFioResponse.Builder |
ImmutableFioResponse.Builder.currently(FioDataPoint currently)
Initializes the value for the
currently attribute. |
ImmutableFioDataPoint.Builder |
ImmutableFioDataPoint.Builder.from(FioDataPoint instance)
Fill a builder with attribute values from the provided
FioDataPoint instance. |
ImmutableFioResponse |
ImmutableFioResponse.withCurrently(FioDataPoint value)
Copy the current immutable object by setting a value for the
currently attribute. |
ImmutableFioDataBlock |
ImmutableFioDataBlock.withData(FioDataPoint... elements)
Copy the current immutable object with elements that replace the content of
data. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFioDataBlock.Builder |
ImmutableFioDataBlock.Builder.addAllData(Iterable<? extends FioDataPoint> elements)
Adds elements to
data list. |
ImmutableFioDataBlock.Builder |
ImmutableFioDataBlock.Builder.data(Iterable<? extends FioDataPoint> elements)
Sets or replaces all elements for
data list. |
ImmutableFioDataBlock |
ImmutableFioDataBlock.withData(Iterable<? extends FioDataPoint> elements)
Copy the current immutable object with elements that replace the content of
data. |
Copyright © 2016. All rights reserved.