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