| Package | Description |
|---|---|
| de.bmarwell.ffb.depot.client.json |
Json-Objekte.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFfbFondsbestand
Immutable implementation of
FfbFondsbestand. |
| Modifier and Type | Method and Description |
|---|---|
List<FfbFondsbestand> |
FfbDepotInfo.getFondsbestaende()
Each fund is represendet by
FfbFondsbestand. |
List<FfbFondsbestand> |
ImmutableFfbDepotInfo.getFondsbestaende()
Each fund is represendet by
FfbFondsbestand. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFfbDepotInfo.Builder |
ImmutableFfbDepotInfo.Builder.addFondsbestaende(FfbFondsbestand... elements)
Adds elements to
fondsbestaende list. |
ImmutableFfbDepotInfo.Builder |
ImmutableFfbDepotInfo.Builder.addFondsbestaende(FfbFondsbestand element)
Adds one element to
fondsbestaende list. |
default int |
FfbFondsbestand.compareTo(FfbFondsbestand other)
Compares by ISIN and WKN, then the currency and the amount of units, then the worth of the funds, the price date and the
benchmark name.
|
static ImmutableFfbFondsbestand |
ImmutableFfbFondsbestand.copyOf(FfbFondsbestand instance)
Creates an immutable copy of a
FfbFondsbestand value. |
ImmutableFfbFondsbestand.Builder |
ImmutableFfbFondsbestand.Builder.from(FfbFondsbestand instance)
Fill a builder with attribute values from the provided
FfbFondsbestand instance. |
ImmutableFfbDepotInfo |
ImmutableFfbDepotInfo.withFondsbestaende(FfbFondsbestand... elements)
Copy the current immutable object with elements that replace the content of
fondsbestaende. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFfbDepotInfo.Builder |
ImmutableFfbDepotInfo.Builder.addAllFondsbestaende(Iterable<? extends FfbFondsbestand> elements)
Adds elements to
fondsbestaende list. |
ImmutableFfbDepotInfo.Builder |
ImmutableFfbDepotInfo.Builder.fondsbestaende(Iterable<? extends FfbFondsbestand> elements)
Sets or replaces all elements for
fondsbestaende list. |
ImmutableFfbDepotInfo |
ImmutableFfbDepotInfo.withFondsbestaende(Iterable<? extends FfbFondsbestand> elements)
Copy the current immutable object with elements that replace the content of
fondsbestaende. |
Copyright © 2018. All rights reserved.