| Package | Description |
|---|---|
| ch.rasc.darksky.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDsFlag |
ImmutableDsFlag.Builder.build()
Builds a new
ImmutableDsFlag. |
static ImmutableDsFlag |
ImmutableDsFlag.copyOf(DsFlag instance)
Creates an immutable copy of a
DsFlag value. |
ImmutableDsFlag |
ImmutableDsFlag.withDarkskyUnavailable(Object value)
Copy the current immutable object by setting a value for the
darkskyUnavailable attribute. |
ImmutableDsFlag |
ImmutableDsFlag.withNearestStation(BigDecimal value)
Copy the current immutable object by setting a value for the
nearestStation attribute. |
ImmutableDsFlag |
ImmutableDsFlag.withSources(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
sources. |
ImmutableDsFlag |
ImmutableDsFlag.withSources(String... elements)
Copy the current immutable object with elements that replace the content of
sources. |
ImmutableDsFlag |
ImmutableDsFlag.withUnits(DsUnit value)
Copy the current immutable object by setting a value for the
units attribute. |
Copyright © 2016–2020. All rights reserved.