public class SelectablesIndexResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_CATEGORIES |
static String |
SERIALIZED_NAME_ACCOUNT_GROUPS |
| Constructor and Description |
|---|
SelectablesIndexResponse() |
| Modifier and Type | Method and Description |
|---|---|
SelectablesIndexResponse |
accountCategories(List<SelectablesIndexResponseAccountCategories> accountCategories) |
SelectablesIndexResponse |
accountGroups(List<SelectablesIndexResponseAccountGroups> accountGroups) |
SelectablesIndexResponse |
addAccountCategoriesItem(SelectablesIndexResponseAccountCategories accountCategoriesItem) |
SelectablesIndexResponse |
addAccountGroupsItem(SelectablesIndexResponseAccountGroups accountGroupsItem) |
boolean |
equals(Object o) |
List<SelectablesIndexResponseAccountCategories> |
getAccountCategories()
Get accountCategories
|
List<SelectablesIndexResponseAccountGroups> |
getAccountGroups()
決算書表示名(小カテゴリー)
|
int |
hashCode() |
void |
setAccountCategories(List<SelectablesIndexResponseAccountCategories> accountCategories) |
void |
setAccountGroups(List<SelectablesIndexResponseAccountGroups> accountGroups) |
String |
toString() |
public static final String SERIALIZED_NAME_ACCOUNT_CATEGORIES
public static final String SERIALIZED_NAME_ACCOUNT_GROUPS
public SelectablesIndexResponse accountCategories(List<SelectablesIndexResponseAccountCategories> accountCategories)
public SelectablesIndexResponse addAccountCategoriesItem(SelectablesIndexResponseAccountCategories accountCategoriesItem)
@Nullable public List<SelectablesIndexResponseAccountCategories> getAccountCategories()
public void setAccountCategories(List<SelectablesIndexResponseAccountCategories> accountCategories)
public SelectablesIndexResponse accountGroups(List<SelectablesIndexResponseAccountGroups> accountGroups)
public SelectablesIndexResponse addAccountGroupsItem(SelectablesIndexResponseAccountGroups accountGroupsItem)
@Nullable public List<SelectablesIndexResponseAccountGroups> getAccountGroups()
public void setAccountGroups(List<SelectablesIndexResponseAccountGroups> accountGroups)
Copyright © 2020. All rights reserved.