| Package | Description |
|---|---|
| de.bmarwell.ffb.depot.client |
Statt des Scrapers sollte die mobile Schnittstelle der FFB genutzt werden.
|
| de.bmarwell.ffb.depot.client.json |
Json-Objekte.
|
| de.bmarwell.ffb.depot.client.value |
Value-Objekte.
|
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
FfbDepotUtils.getGesamtBestand(MyFfbResponse myFfbResponse,
FfbDepotNummer depotnummer)
Ermittelt den Gesamtbestand für ein bestimmtes Depot.
|
| Modifier and Type | Method and Description |
|---|---|
FfbDepotNummer |
FfbDepotInfo.getDepotNummer() |
FfbDepotNummer |
ImmutableFfbDepotInfo.getDepotNummer() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFfbDepotInfo.Builder |
ImmutableFfbDepotInfo.Builder.depotNummer(FfbDepotNummer depotNummer)
Initializes the value for the
depotNummer attribute. |
ImmutableFfbDepotInfo |
ImmutableFfbDepotInfo.withDepotNummer(FfbDepotNummer value)
Copy the current immutable object by setting a value for the
depotNummer attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFfbDepotNummer
Immutable implementation of
FfbDepotNummer. |
| Modifier and Type | Method and Description |
|---|---|
static FfbDepotNummer |
FfbDepotNummer.empty() |
static FfbDepotNummer |
FfbDepotNummer.of(String depotnummer)
Erstellt eine Depotnummer als Immutable Objekt, die dem Konstruktor
FfbMobileClient übergeben werden kann. |
| Modifier and Type | Method and Description |
|---|---|
default int |
FfbDepotNummer.compareTo(FfbDepotNummer other) |
static ImmutableFfbDepotNummer |
ImmutableFfbDepotNummer.copyOf(FfbDepotNummer instance)
Creates an immutable copy of a
FfbDepotNummer value. |
ImmutableFfbDepotNummer.Builder |
ImmutableFfbDepotNummer.Builder.from(FfbDepotNummer instance)
Fill a builder with attribute values from the provided
FfbDepotNummer instance. |
Copyright © 2018. All rights reserved.