| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static ApprovalRequestFormParts.TypeEnum |
ApprovalRequestFormParts.TypeEnum.fromValue(String value) |
ApprovalRequestFormParts.TypeEnum |
ApprovalRequestFormParts.getType()
項目種別 (title: 申請タイトル, single_line: 自由記述形式 1行, multi_line: 自由記述形式 複数行, select: プルダウン, date: 日付, amount: 金額, receipt: 添付ファイル)
|
ApprovalRequestFormParts.TypeEnum |
ApprovalRequestFormParts.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApprovalRequestFormParts.TypeEnum |
ApprovalRequestFormParts.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalRequestFormParts.TypeEnum[] |
ApprovalRequestFormParts.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 |
ApprovalRequestFormParts.setType(ApprovalRequestFormParts.TypeEnum type) |
ApprovalRequestFormParts |
ApprovalRequestFormParts.type(ApprovalRequestFormParts.TypeEnum type) |
void |
ApprovalRequestFormParts.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApprovalRequestFormParts.TypeEnum enumeration) |
Copyright © 2020. All rights reserved.