Class GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder
- Enclosing class:
- GLAccountInChartOfAccounts
-
Method Summary
Modifier and TypeMethodDescriptionaccountIsBlockedForCreation(Boolean accountIsBlockedForCreation) Constraints: noneaccountIsBlockedForPlanning(Boolean accountIsBlockedForPlanning) Constraints: noneaccountIsBlockedForPosting(Boolean accountIsBlockedForPosting) Constraints: noneaccountIsMarkedForDeletion(Boolean accountIsMarkedForDeletion) Constraints: nonebuild()chartOfAccounts(String chartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4corporateGroupAccount(String corporateGroupAccount) Constraints: Not nullable, Maximum length: 10createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDate(LocalDateTime creationDate) Constraints: Not nullable, Precision: 0functionalArea(String functionalArea) Constraints: Not nullable, Maximum length: 16(Key Field) Constraints: Not nullable, Maximum length: 10gLAccountExternal(String gLAccountExternal) Constraints: Not nullable, Maximum length: 10gLAccountGroup(String gLAccountGroup) Constraints: Not nullable, Maximum length: 4gLAccountType(String gLAccountType) Constraints: Not nullable, Maximum length: 1isBalanceSheetAccount(Boolean isBalanceSheetAccount) Constraints: noneisProfitLossAccount(Boolean isProfitLossAccount) Constraints: nonelastChangeDateTime(ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 0partnerCompany(String partnerCompany) Constraints: Not nullable, Maximum length: 6profitLossAccountType(String profitLossAccountType) Constraints: Not nullable, Maximum length: 2sampleGLAccount(String sampleGLAccount) Constraints: Not nullable, Maximum length: 10toString()
-
Method Details
-
chartOfAccounts
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder chartOfAccounts(@Nullable String chartOfAccounts) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ChartOfAccounts
- Returns:
this.
-
gLAccount
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder gLAccount(@Nullable String gLAccount) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: GLAccount
- Returns:
this.
-
isBalanceSheetAccount
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder isBalanceSheetAccount(@Nullable Boolean isBalanceSheetAccount) Constraints: noneOriginal property name from the Odata EDM: IsBalanceSheetAccount
- Returns:
this.
-
gLAccountGroup
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder gLAccountGroup(@Nullable String gLAccountGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: GLAccountGroup
- Returns:
this.
-
corporateGroupAccount
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder corporateGroupAccount(@Nullable String corporateGroupAccount) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CorporateGroupAccount
- Returns:
this.
-
profitLossAccountType
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder profitLossAccountType(@Nullable String profitLossAccountType) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProfitLossAccountType
- Returns:
this.
-
sampleGLAccount
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder sampleGLAccount(@Nullable String sampleGLAccount) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SampleGLAccount
- Returns:
this.
-
accountIsMarkedForDeletion
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder accountIsMarkedForDeletion(@Nullable Boolean accountIsMarkedForDeletion) Constraints: noneOriginal property name from the Odata EDM: AccountIsMarkedForDeletion
- Returns:
this.
-
accountIsBlockedForCreation
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder accountIsBlockedForCreation(@Nullable Boolean accountIsBlockedForCreation) Constraints: noneOriginal property name from the Odata EDM: AccountIsBlockedForCreation
- Returns:
this.
-
accountIsBlockedForPosting
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder accountIsBlockedForPosting(@Nullable Boolean accountIsBlockedForPosting) Constraints: noneOriginal property name from the Odata EDM: AccountIsBlockedForPosting
- Returns:
this.
-
accountIsBlockedForPlanning
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder accountIsBlockedForPlanning(@Nullable Boolean accountIsBlockedForPlanning) Constraints: noneOriginal property name from the Odata EDM: AccountIsBlockedForPlanning
- Returns:
this.
-
partnerCompany
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder partnerCompany(@Nullable String partnerCompany) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: PartnerCompany
- Returns:
this.
-
functionalArea
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder functionalArea(@Nullable String functionalArea) Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: FunctionalArea
- Returns:
this.
-
creationDate
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder creationDate(@Nullable LocalDateTime creationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CreationDate
- Returns:
this.
-
createdByUser
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
lastChangeDateTime
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastChangeDateTime
- Returns:
this.
-
gLAccountType
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder gLAccountType(@Nullable String gLAccountType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: GLAccountType
- Returns:
this.
-
gLAccountExternal
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder gLAccountExternal(@Nullable String gLAccountExternal) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: GLAccountExternal
- Returns:
this.
-
isProfitLossAccount
@Nonnull public GLAccountInChartOfAccounts.GLAccountInChartOfAccountsBuilder isProfitLossAccount(@Nullable Boolean isProfitLossAccount) Constraints: noneOriginal property name from the Odata EDM: IsProfitLossAccount
- Returns:
this.
-
build
-
toString
-