| Package | Description |
|---|---|
| ch.rasc.forcastio.converter | |
| ch.rasc.forcastio.model |
| Modifier and Type | Method and Description |
|---|---|
FioUnit |
FioUnitDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
static FioUnit |
FioUnit.findByJsonValue(String jsonValue) |
FioUnit |
FioRequest.unit()
Return the API response in units other than the default Imperial units
|
FioUnit |
ImmutableFioFlag.units()
The presence of this property indicates which units were used for the data in this
request.
|
FioUnit |
FioFlag.units()
The presence of this property indicates which units were used for the data in this
request.
|
static FioUnit |
FioUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FioUnit[] |
FioUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableFioFlag.Builder |
ImmutableFioFlag.Builder.units(FioUnit units)
Initializes the value for the
units attribute. |
ImmutableFioFlag |
ImmutableFioFlag.withUnits(FioUnit units)
Copy the current immutable object by setting a value for the
units attribute. |
Copyright © 2016. All rights reserved.