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