| Package | Description |
|---|---|
| jp.co.freee.accounting.models |
| Modifier and Type | Method and Description |
|---|---|
static CompanyResponseCompany.IndustryClassEnum |
CompanyResponseCompany.IndustryClassEnum.fromValue(String value) |
CompanyResponseCompany.IndustryClassEnum |
CompanyResponseCompany.getIndustryClass()
種別(agriculture_forestry_fisheries_ore: 農林水産業/鉱業、construction: 建設、manufacturing_processing: 製造/加工、it: IT、transportation_logistics: 運輸/物流、retail_wholesale: 小売/卸売、finance_insurance: 金融/保険、real_estate_rental: 不動産/レンタル、profession: 士業/学術/専門技術サービス、design_production: デザイン/制作、food: 飲食、leisure_entertainment: レジャー/娯楽、lifestyle: 生活関連サービス、education: 教育/学習支援、medical_welfare: 医療/福祉、other_services: その他サービス、other: その他)
|
CompanyResponseCompany.IndustryClassEnum |
CompanyResponseCompany.IndustryClassEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CompanyResponseCompany.IndustryClassEnum |
CompanyResponseCompany.IndustryClassEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompanyResponseCompany.IndustryClassEnum[] |
CompanyResponseCompany.IndustryClassEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompanyResponseCompany |
CompanyResponseCompany.industryClass(CompanyResponseCompany.IndustryClassEnum industryClass) |
void |
CompanyResponseCompany.setIndustryClass(CompanyResponseCompany.IndustryClassEnum industryClass) |
void |
CompanyResponseCompany.IndustryClassEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CompanyResponseCompany.IndustryClassEnum enumeration) |
Copyright © 2020. All rights reserved.