| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static DealCreateResponseDeal.TypeEnum |
DealCreateResponseDeal.TypeEnum.fromValue(String value) |
DealCreateResponseDeal.TypeEnum |
DealCreateResponseDeal.getType()
収支区分 (収入: income, 支出: expense)
|
DealCreateResponseDeal.TypeEnum |
DealCreateResponseDeal.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static DealCreateResponseDeal.TypeEnum |
DealCreateResponseDeal.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DealCreateResponseDeal.TypeEnum[] |
DealCreateResponseDeal.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 |
DealCreateResponseDeal.setType(DealCreateResponseDeal.TypeEnum type) |
DealCreateResponseDeal |
DealCreateResponseDeal.type(DealCreateResponseDeal.TypeEnum type) |
void |
DealCreateResponseDeal.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
DealCreateResponseDeal.TypeEnum enumeration) |
Copyright © 2022. All rights reserved.