@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-04-27T11:06:30.816-07:00") public class LoginInformation extends Object
| Constructor and Description |
|---|
LoginInformation() |
| Modifier and Type | Method and Description |
|---|---|
LoginInformation |
apiPassword(String apiPassword)
Contains a token that can be used for authentication in API calls instead of using the user name and password.
|
boolean |
equals(Object o) |
String |
getApiPassword() |
List<LoginAccount> |
getLoginAccounts() |
int |
hashCode() |
LoginInformation |
loginAccounts(List<LoginAccount> loginAccounts)
The list of accounts that authenticating user is a member of.
|
void |
setApiPassword(String apiPassword) |
void |
setLoginAccounts(List<LoginAccount> loginAccounts) |
String |
toString() |
public LoginInformation loginAccounts(List<LoginAccount> loginAccounts)
public List<LoginAccount> getLoginAccounts()
public void setLoginAccounts(List<LoginAccount> loginAccounts)
public LoginInformation apiPassword(String apiPassword)
public String getApiPassword()
public void setApiPassword(String apiPassword)
Copyright © 2016. All rights reserved.