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