| Package | Description |
|---|---|
| de.bmarwell.ffb.depot.client |
Statt des Scrapers sollte die mobile Schnittstelle der FFB genutzt werden.
|
| de.bmarwell.ffb.depot.client.util | |
| de.bmarwell.ffb.depot.client.value |
Value-Objekte.
|
| Constructor and Description |
|---|
FfbMobileClient(FfbLoginKennung user,
FfbPin pin)
Erstellt ein Retriever, der von der FFB über die Mobile-Schnittstelle Daten empfängt.
|
FfbMobileClient(FfbLoginKennung user,
FfbPin pin,
FfbClientConfiguration config)
Erstellt ein Retriever, der von der FFB über die Mobile-Schnittstelle Daten empfängt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebClientHelper.login(FfbLoginKennung user,
FfbPin pin) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableFfbPin
Immutable implementation of
FfbPin. |
| Modifier and Type | Method and Description |
|---|---|
static FfbPin |
FfbPin.of(char[] pin)
Konstruktur für das Immutable-Objekt der Ffb-PIN.
|
static FfbPin |
FfbPin.of(String pin)
Konstruktur für das Immutable-Objekt der Ffb-PIN.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutableFfbPin |
ImmutableFfbPin.copyOf(FfbPin instance)
Creates an immutable copy of a
FfbPin value. |
ImmutableFfbPin.Builder |
ImmutableFfbPin.Builder.from(FfbPin instance)
Fill a builder with attribute values from the provided
FfbPin instance. |
Copyright © 2018. All rights reserved.