@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-05-14T19:12:52.919Z") public class AccountParams extends Object
| Constructor and Description |
|---|
AccountParams() |
| Modifier and Type | Method and Description |
|---|---|
AccountParams |
accountName(String accountName) |
AccountParams |
accountTypeId(Long accountTypeId) |
boolean |
equals(Object o) |
String |
getAccountName()
Account name.
|
Long |
getAccountTypeId()
Identifier of account type.<br/><br/>1 = Checking,<br/>2 = Savings,<br/>3 = CreditCard,<br/>4 = Security,<br/>5 = Loan,<br/>6 = Pocket (DEPRECATED; will not be returned for any account unless this type has explicitly been set via PATCH),<br/>7 = Membership,<br/>8 = Bausparen<br/><br/>
minimum: 1
maximum: 7
|
int |
hashCode() |
Boolean |
isIsNew()
Whether this account should be flagged as 'new' or not.
|
AccountParams |
isNew(Boolean isNew) |
void |
setAccountName(String accountName) |
void |
setAccountTypeId(Long accountTypeId) |
void |
setIsNew(Boolean isNew) |
String |
toString() |
public AccountParams accountName(String accountName)
public String getAccountName()
public void setAccountName(String accountName)
public AccountParams accountTypeId(Long accountTypeId)
public Long getAccountTypeId()
public void setAccountTypeId(Long accountTypeId)
public AccountParams isNew(Boolean isNew)
public Boolean isIsNew()
public void setIsNew(Boolean isNew)
Copyright © 2018. All rights reserved.