| Package | Description |
|---|---|
| ch.rasc.darksky.converter | |
| ch.rasc.darksky.model |
| Modifier and Type | Method and Description |
|---|---|
DsIcon |
DsIconDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
static DsIcon |
DsIcon.findByJsonValue(String jsonValue) |
DsIcon |
ImmutableDsDataBlock.icon()
A machine-readable text summary of this data block.
|
DsIcon |
ImmutableDsDataPoint.icon()
A machine-readable text summary of this data point, suitable for selecting an icon
for display.
|
abstract DsIcon |
DsDataPoint.icon()
A machine-readable text summary of this data point, suitable for selecting an icon
for display.
|
DsIcon |
DsDataBlock.icon()
A machine-readable text summary of this data block.
|
static DsIcon |
DsIcon.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DsIcon[] |
DsIcon.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableDsDataBlock.Builder |
ImmutableDsDataBlock.Builder.icon(DsIcon icon)
Initializes the value for the
icon attribute. |
ImmutableDsDataPoint.Builder |
ImmutableDsDataPoint.Builder.icon(DsIcon icon)
Initializes the value for the
icon attribute. |
ImmutableDsDataBlock |
ImmutableDsDataBlock.withIcon(DsIcon value)
Copy the current immutable object by setting a value for the
icon attribute. |
ImmutableDsDataPoint |
ImmutableDsDataPoint.withIcon(DsIcon value)
Copy the current immutable object by setting a value for the
icon attribute. |
Copyright © 2016–2020. All rights reserved.