| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static Deal.TypeEnum |
Deal.TypeEnum.fromValue(String value) |
Deal.TypeEnum |
Deal.getType()
収支区分 (収入: income, 支出: expense)
|
Deal.TypeEnum |
Deal.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Deal.TypeEnum |
Deal.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Deal.TypeEnum[] |
Deal.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Deal.setType(Deal.TypeEnum type) |
Deal |
Deal.type(Deal.TypeEnum type) |
void |
Deal.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Deal.TypeEnum enumeration) |
Copyright © 2020. All rights reserved.