| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static QuotationUpdateParams.QuotationLayoutEnum |
QuotationUpdateParams.QuotationLayoutEnum.fromValue(String value) |
QuotationUpdateParams.QuotationLayoutEnum |
QuotationUpdateParams.getQuotationLayout()
見積書レイアウト * `default_classic` - レイアウト1/クラシック (デフォルト) * `standard_classic` - レイアウト2/クラシック * `envelope_classic` - 封筒1/クラシック * `default_modern` - レイアウト1/モダン * `standard_modern` - レイアウト2/モダン * `envelope_modern` - 封筒/モダン
|
QuotationUpdateParams.QuotationLayoutEnum |
QuotationUpdateParams.QuotationLayoutEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static QuotationUpdateParams.QuotationLayoutEnum |
QuotationUpdateParams.QuotationLayoutEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotationUpdateParams.QuotationLayoutEnum[] |
QuotationUpdateParams.QuotationLayoutEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QuotationUpdateParams |
QuotationUpdateParams.quotationLayout(QuotationUpdateParams.QuotationLayoutEnum quotationLayout) |
void |
QuotationUpdateParams.setQuotationLayout(QuotationUpdateParams.QuotationLayoutEnum quotationLayout) |
void |
QuotationUpdateParams.QuotationLayoutEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
QuotationUpdateParams.QuotationLayoutEnum enumeration) |
Copyright © 2022. All rights reserved.