Class AccountListResponse
- java.lang.Object
-
- de.frankmuenster.mahoe.banks.bsh.json.BshResponse
-
- de.frankmuenster.mahoe.banks.bsh.json.AccountListResponse
-
- All Implemented Interfaces:
IBshResponse
public class AccountListResponse extends BshResponse implements IBshResponse
JSON Antwort der Vertagsliste-Anfrage- Author:
- Frank Münster / Quirin Huber
-
-
Constructor Summary
Constructors Constructor Description AccountListResponse()
Standardkonstruktor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Account>
getAccounts()
Liefert die Verträge zu der Kundennummer-
Methods inherited from class de.frankmuenster.mahoe.banks.bsh.json.BshResponse
getErrors, getStatus
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.frankmuenster.mahoe.banks.bsh.json.IBshResponse
getStatus
-
-
-
-
Method Detail
-
getAccounts
public java.util.List<Account> getAccounts()
Liefert die Verträge zu der Kundennummer- Returns:
- die Liste der Verträge
-
-