@Generated(value="com.github.davidmoten:openapi-codegen-runtime:0.1.5") public final class AuthenticationResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationResponse.Builder |
static class |
AuthenticationResponse.BuilderWithExpiryTime |
static class |
AuthenticationResponse.BuilderWithToken |
| Constructor and Description |
|---|
AuthenticationResponse(String token,
OffsetDateTime expiryTime) |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationResponse.Builder |
builder() |
boolean |
equals(Object o) |
OffsetDateTime |
expiryTime() |
int |
hashCode() |
String |
token() |
static AuthenticationResponse.BuilderWithToken |
token(String token) |
String |
toString() |
AuthenticationResponse |
withExpiryTime(OffsetDateTime expiryTime) |
AuthenticationResponse |
withToken(String token) |
@ConstructorBinding public AuthenticationResponse(String token, OffsetDateTime expiryTime)
public static AuthenticationResponse.Builder builder()
public static AuthenticationResponse.BuilderWithToken token(String token)
public String token()
public OffsetDateTime expiryTime()
public AuthenticationResponse withToken(String token)
public AuthenticationResponse withExpiryTime(OffsetDateTime expiryTime)
Copyright © 2023. All rights reserved.