public class LoginRequest extends Object
Modifier and Type | Field and Description |
---|---|
static LoginRequest |
EMPTY |
Constructor and Description |
---|
LoginRequest(String username,
String password,
boolean rememberMe) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPassword() |
boolean |
getRememberMe() |
String |
getUsername() |
int |
hashCode() |
String |
toString() |
public static LoginRequest EMPTY
Copyright © 2021 Atlassian. All rights reserved.