| Package | Description |
|---|---|
| ch.rasc.darksky.converter | |
| ch.rasc.darksky.model |
| Modifier and Type | Method and Description |
|---|---|
DsPrecipType |
DsPrecipTypeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
static DsPrecipType |
DsPrecipType.findByJsonValue(String jsonValue) |
DsPrecipType |
ImmutableDsDataPoint.precipType()
The type of precipitation occurring at the given time.
|
abstract DsPrecipType |
DsDataPoint.precipType()
The type of precipitation occurring at the given time.
|
static DsPrecipType |
DsPrecipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DsPrecipType[] |
DsPrecipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableDsDataPoint.Builder |
ImmutableDsDataPoint.Builder.precipType(DsPrecipType precipType)
Initializes the value for the
precipType attribute. |
ImmutableDsDataPoint |
ImmutableDsDataPoint.withPrecipType(DsPrecipType value)
Copy the current immutable object by setting a value for the
precipType attribute. |
Copyright © 2016–2020. All rights reserved.