| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static InvoiceIndexResponseInvoices.PostingStatusEnum |
InvoiceIndexResponseInvoices.PostingStatusEnum.fromValue(String value) |
InvoiceIndexResponseInvoices.PostingStatusEnum |
InvoiceIndexResponseInvoices.getPostingStatus()
郵送ステータス(unrequested: リクエスト前, preview_registered: プレビュー登録, preview_failed: プレビュー登録失敗, ordered: 注文中, order_failed: 注文失敗, printing: 印刷中, canceled: キャンセル, posted: 投函済み)
|
InvoiceIndexResponseInvoices.PostingStatusEnum |
InvoiceIndexResponseInvoices.PostingStatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static InvoiceIndexResponseInvoices.PostingStatusEnum |
InvoiceIndexResponseInvoices.PostingStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvoiceIndexResponseInvoices.PostingStatusEnum[] |
InvoiceIndexResponseInvoices.PostingStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
InvoiceIndexResponseInvoices |
InvoiceIndexResponseInvoices.postingStatus(InvoiceIndexResponseInvoices.PostingStatusEnum postingStatus) |
void |
InvoiceIndexResponseInvoices.setPostingStatus(InvoiceIndexResponseInvoices.PostingStatusEnum postingStatus) |
void |
InvoiceIndexResponseInvoices.PostingStatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
InvoiceIndexResponseInvoices.PostingStatusEnum enumeration) |
Copyright © 2022. All rights reserved.