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