| Package | Description |
|---|---|
| ch.rasc.darksky.converter | |
| ch.rasc.darksky.model |
| Modifier and Type | Method and Description |
|---|---|
DsUnit |
DsUnitDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
static DsUnit |
DsUnit.findByJsonValue(String jsonValue) |
DsUnit |
DsForecastRequest.unit()
Return weather conditions in the requested units.
|
DsUnit |
DsTimeMachineRequest.unit()
Return weather conditions in the requested units.
|
DsUnit |
ImmutableDsFlag.units()
Indicates the units which were used for the data in this request.
|
DsUnit |
DsFlag.units()
Indicates the units which were used for the data in this request.
|
static DsUnit |
DsUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DsUnit[] |
DsUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableDsFlag.Builder |
ImmutableDsFlag.Builder.units(DsUnit units)
Initializes the value for the
units attribute. |
ImmutableDsFlag |
ImmutableDsFlag.withUnits(DsUnit value)
Copy the current immutable object by setting a value for the
units attribute. |
Copyright © 2016–2020. All rights reserved.