public class LoginInformation extends Object
Constructor and Description |
---|
LoginInformation() |
Modifier and Type | Method and Description |
---|---|
LoginInformation |
addLoginAccountsItem(LoginAccount loginAccountsItem) |
LoginInformation |
apiPassword(String apiPassword) |
boolean |
equals(Object o) |
String |
getApiPassword()
Contains a token that can be used for authentication in API calls instead of using the user name and password.
|
List<LoginAccount> |
getLoginAccounts()
The list of accounts that authenticating user is a member of.
|
int |
hashCode() |
LoginInformation |
loginAccounts(List<LoginAccount> loginAccounts) |
void |
setApiPassword(String apiPassword) |
void |
setLoginAccounts(List<LoginAccount> loginAccounts) |
String |
toString() |
public LoginInformation apiPassword(String apiPassword)
public String getApiPassword()
public void setApiPassword(String apiPassword)
public LoginInformation loginAccounts(List<LoginAccount> loginAccounts)
public LoginInformation addLoginAccountsItem(LoginAccount loginAccountsItem)
public List<LoginAccount> getLoginAccounts()
public void setLoginAccounts(List<LoginAccount> loginAccounts)
Copyright © 2020. All rights reserved.