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