public class TrialPlSectionsResponseTrialPlSections extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TrialPlSectionsResponseTrialPlSections.AccountItemDisplayTypeEnum
勘定科目の表示(勘定科目: account_item, 決算書表示:group)(条件に指定した時のみ含まれる)
|
static class |
TrialPlSectionsResponseTrialPlSections.AdjustmentEnum
決算整理仕訳のみ: only, 決算整理仕訳以外: without(条件に指定した時のみ含まれる)
|
static class |
TrialPlSectionsResponseTrialPlSections.BreakdownDisplayTypeEnum
内訳の表示(取引先: partner, 品目: item, 勘定科目: account_item)(条件に指定した時のみ含まれる)
|
static class |
TrialPlSectionsResponseTrialPlSections.CostAllocationEnum
配賦仕訳のみ:only,配賦仕訳以外:without(条件に指定した時のみ含まれる)
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT_ITEM_DISPLAY_TYPE |
static String |
SERIALIZED_NAME_ADJUSTMENT |
static String |
SERIALIZED_NAME_BALANCES |
static String |
SERIALIZED_NAME_BREAKDOWN_DISPLAY_TYPE |
static String |
SERIALIZED_NAME_COMPANY_ID |
static String |
SERIALIZED_NAME_COST_ALLOCATION |
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_END_DATE |
static String |
SERIALIZED_NAME_END_MONTH |
static String |
SERIALIZED_NAME_FISCAL_YEAR |
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_PARTNER_CODE |
static String |
SERIALIZED_NAME_PARTNER_ID |
static String |
SERIALIZED_NAME_SECTION_IDS |
static String |
SERIALIZED_NAME_START_DATE |
static String |
SERIALIZED_NAME_START_MONTH |
| Constructor and Description |
|---|
TrialPlSectionsResponseTrialPlSections() |
public static final String SERIALIZED_NAME_ACCOUNT_ITEM_DISPLAY_TYPE
public static final String SERIALIZED_NAME_ADJUSTMENT
public static final String SERIALIZED_NAME_BALANCES
public static final String SERIALIZED_NAME_BREAKDOWN_DISPLAY_TYPE
public static final String SERIALIZED_NAME_COMPANY_ID
public static final String SERIALIZED_NAME_COST_ALLOCATION
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_END_DATE
public static final String SERIALIZED_NAME_END_MONTH
public static final String SERIALIZED_NAME_FISCAL_YEAR
public static final String SERIALIZED_NAME_ITEM_ID
public static final String SERIALIZED_NAME_PARTNER_CODE
public static final String SERIALIZED_NAME_PARTNER_ID
public static final String SERIALIZED_NAME_SECTION_IDS
public static final String SERIALIZED_NAME_START_DATE
public static final String SERIALIZED_NAME_START_MONTH
public TrialPlSectionsResponseTrialPlSections()
public TrialPlSectionsResponseTrialPlSections accountItemDisplayType(TrialPlSectionsResponseTrialPlSections.AccountItemDisplayTypeEnum accountItemDisplayType)
@Nullable public TrialPlSectionsResponseTrialPlSections.AccountItemDisplayTypeEnum getAccountItemDisplayType()
public void setAccountItemDisplayType(TrialPlSectionsResponseTrialPlSections.AccountItemDisplayTypeEnum accountItemDisplayType)
public TrialPlSectionsResponseTrialPlSections adjustment(TrialPlSectionsResponseTrialPlSections.AdjustmentEnum adjustment)
@Nullable public TrialPlSectionsResponseTrialPlSections.AdjustmentEnum getAdjustment()
public void setAdjustment(TrialPlSectionsResponseTrialPlSections.AdjustmentEnum adjustment)
public TrialPlSectionsResponseTrialPlSections balances(List<TrialPlSectionsResponseTrialPlSectionsBalances> balances)
public TrialPlSectionsResponseTrialPlSections addBalancesItem(TrialPlSectionsResponseTrialPlSectionsBalances balancesItem)
public List<TrialPlSectionsResponseTrialPlSectionsBalances> getBalances()
public void setBalances(List<TrialPlSectionsResponseTrialPlSectionsBalances> balances)
public TrialPlSectionsResponseTrialPlSections breakdownDisplayType(TrialPlSectionsResponseTrialPlSections.BreakdownDisplayTypeEnum breakdownDisplayType)
@Nullable public TrialPlSectionsResponseTrialPlSections.BreakdownDisplayTypeEnum getBreakdownDisplayType()
public void setBreakdownDisplayType(TrialPlSectionsResponseTrialPlSections.BreakdownDisplayTypeEnum breakdownDisplayType)
public TrialPlSectionsResponseTrialPlSections companyId(Integer companyId)
public Integer getCompanyId()
public void setCompanyId(Integer companyId)
public TrialPlSectionsResponseTrialPlSections costAllocation(TrialPlSectionsResponseTrialPlSections.CostAllocationEnum costAllocation)
@Nullable public TrialPlSectionsResponseTrialPlSections.CostAllocationEnum getCostAllocation()
public void setCostAllocation(TrialPlSectionsResponseTrialPlSections.CostAllocationEnum costAllocation)
public TrialPlSectionsResponseTrialPlSections createdAt(String createdAt)
public void setCreatedAt(String createdAt)
public TrialPlSectionsResponseTrialPlSections endDate(String endDate)
@Nullable public String getEndDate()
public void setEndDate(String endDate)
public TrialPlSectionsResponseTrialPlSections endMonth(Integer endMonth)
@Nullable public Integer getEndMonth()
public void setEndMonth(Integer endMonth)
public TrialPlSectionsResponseTrialPlSections fiscalYear(Integer fiscalYear)
@Nullable public Integer getFiscalYear()
public void setFiscalYear(Integer fiscalYear)
public TrialPlSectionsResponseTrialPlSections itemId(Integer itemId)
@Nullable public Integer getItemId()
public void setItemId(Integer itemId)
public TrialPlSectionsResponseTrialPlSections partnerCode(String partnerCode)
public void setPartnerCode(String partnerCode)
public TrialPlSectionsResponseTrialPlSections partnerId(Integer partnerId)
@Nullable public Integer getPartnerId()
public void setPartnerId(Integer partnerId)
public TrialPlSectionsResponseTrialPlSections sectionIds(String sectionIds)
public String getSectionIds()
public void setSectionIds(String sectionIds)
public TrialPlSectionsResponseTrialPlSections startDate(String startDate)
@Nullable public String getStartDate()
public void setStartDate(String startDate)
public TrialPlSectionsResponseTrialPlSections startMonth(Integer startMonth)
@Nullable public Integer getStartMonth()
public void setStartMonth(Integer startMonth)
Copyright © 2020. All rights reserved.