@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class User extends Object
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
User |
email(String email) |
boolean |
equals(Object o) |
String |
getEmail()
User's email address
|
String |
getId()
User identifier
|
String |
getPassword()
User's password.
|
String |
getPhone()
User's phone number
|
int |
hashCode() |
User |
id(String id) |
User |
isAutoUpdateEnabled(Boolean isAutoUpdateEnabled) |
Boolean |
isIsAutoUpdateEnabled()
Whether the user's bank connections will get updated in the course of finAPI's automatic batch update.
|
User |
password(String password) |
User |
phone(String phone) |
void |
setEmail(String email) |
void |
setId(String id) |
void |
setIsAutoUpdateEnabled(Boolean isAutoUpdateEnabled) |
void |
setPassword(String password) |
void |
setPhone(String phone) |
String |
toString() |
public String getId()
public void setId(String id)
public String getPassword()
public void setPassword(String password)
public String getEmail()
public void setEmail(String email)
public String getPhone()
public void setPhone(String phone)
public Boolean isIsAutoUpdateEnabled()
public void setIsAutoUpdateEnabled(Boolean isAutoUpdateEnabled)
Copyright © 2018. All rights reserved.