| Package | Description |
|---|---|
| ch.rasc.darksky.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableDsFlag
Immutable implementation of
DsFlag. |
| Modifier and Type | Method and Description |
|---|---|
DsFlag |
ImmutableDsResponse.flags()
A
DsFlag object containing miscellaneous metadata about the request. |
DsFlag |
DsResponse.flags()
A
DsFlag object containing miscellaneous metadata about the request. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableDsFlag |
ImmutableDsFlag.copyOf(DsFlag instance)
Creates an immutable copy of a
DsFlag value. |
ImmutableDsResponse.Builder |
ImmutableDsResponse.Builder.flags(DsFlag flags)
Initializes the value for the
flags attribute. |
ImmutableDsFlag.Builder |
ImmutableDsFlag.Builder.from(DsFlag instance)
Fill a builder with attribute values from the provided
DsFlag instance. |
ImmutableDsResponse |
ImmutableDsResponse.withFlags(DsFlag value)
Copy the current immutable object by setting a value for the
flags attribute. |
Copyright © 2016–2020. All rights reserved.