Class LoginResponse
- java.lang.Object
-
- de.frankmuenster.mahoe.banks.bsh.json.BshResponse
-
- de.frankmuenster.mahoe.banks.bsh.json.LoginResponse
-
- All Implemented Interfaces:
IBshResponse
public class LoginResponse extends BshResponse implements IBshResponse
Antwort der Login REST Anfrage- Author:
- Frank Münster/Quirin Huber
-
-
Constructor Summary
Constructors Constructor Description LoginResponse()
Standardkonstruktor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginDetails
getDetails()
Logindetails-
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
-
getDetails
public LoginDetails getDetails()
Logindetails- Returns:
- die Logindetails des Benutzers.
-
-