| Package | Description |
|---|---|
| de.bmarwell.ffb.depot.client.json |
Json-Objekte.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableLoginResponse |
ImmutableLoginResponse.Builder.build()
Builds a new
ImmutableLoginResponse. |
static ImmutableLoginResponse |
ImmutableLoginResponse.copyOf(LoginResponse instance)
Creates an immutable copy of a
LoginResponse value. |
ImmutableLoginResponse |
ImmutableLoginResponse.withAgbAgreed(boolean value)
Copy the current immutable object by setting a value for the
agbAgreed attribute. |
ImmutableLoginResponse |
ImmutableLoginResponse.withErrormessage(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
errormessage attribute. |
ImmutableLoginResponse |
ImmutableLoginResponse.withErrormessage(String value)
Copy the current immutable object by setting a present value for the optional
errormessage attribute. |
ImmutableLoginResponse |
ImmutableLoginResponse.withFirstname(String value)
Copy the current immutable object by setting a value for the
firstname attribute. |
ImmutableLoginResponse |
ImmutableLoginResponse.withIsLoggedIn(boolean value)
Copy the current immutable object by setting a value for the
isLoggedIn attribute. |
ImmutableLoginResponse |
ImmutableLoginResponse.withLastname(String value)
Copy the current immutable object by setting a value for the
lastname attribute. |
ImmutableLoginResponse |
ImmutableLoginResponse.withUsername(String value)
Copy the current immutable object by setting a value for the
username attribute. |
ImmutableLoginResponse |
ImmutableLoginResponse.withUsertype(String value)
Copy the current immutable object by setting a value for the
usertype attribute. |
Copyright © 2018. All rights reserved.