Class CreditWorthiness.CreditWorthinessBuilder
- Enclosing class:
- CreditWorthiness
-
Method Summary
Modifier and TypeMethodDescriptionbuild()businessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10cACreditWorthiness(String cACreditWorthiness) Constraints: Not nullable, Maximum length: 4cACreditWorthinessFactorInPct(String cACreditWorthinessFactorInPct) Constraints: Not nullable, Maximum length: 3cACreditWorthinessIsFrozen(Boolean cACreditWorthinessIsFrozen) Constraints: Not nullablecAExternalCreditWorthinessDate(LocalDate cAExternalCreditWorthinessDate) Constraints: NullablecAExternalCreditWorthinessVal(String cAExternalCreditWorthinessVal) Constraints: Not nullable, Maximum length: 4cAFrozenCreditWorthinessDate(LocalDate cAFrozenCreditWorthinessDate) Constraints: NullablecAFrozenCreditWorthinessValue(String cAFrozenCreditWorthinessValue) Constraints: Not nullable, Maximum length: 4cAManualCreditWorthinessDate(LocalDate cAManualCreditWorthinessDate) Constraints: NullablecAManualCreditWorthinessValue(String cAManualCreditWorthinessValue) Constraints: Not nullable, Maximum length: 4cAUnfrozenCreditWorthinessDate(LocalDate cAUnfrozenCreditWorthinessDate) Constraints: NullabletoString()
-
Method Details
-
businessPartner
@Nonnull public CreditWorthiness.CreditWorthinessBuilder businessPartner(@Nullable String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
cACreditWorthiness
@Nonnull public CreditWorthiness.CreditWorthinessBuilder cACreditWorthiness(@Nullable String cACreditWorthiness) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CACreditWorthiness
- Returns:
this.
-
cAManualCreditWorthinessValue
@Nonnull public CreditWorthiness.CreditWorthinessBuilder cAManualCreditWorthinessValue(@Nullable String cAManualCreditWorthinessValue) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CAManualCreditWorthinessValue
- Returns:
this.
-
cACreditWorthinessFactorInPct
@Nonnull public CreditWorthiness.CreditWorthinessBuilder cACreditWorthinessFactorInPct(@Nullable String cACreditWorthinessFactorInPct) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: CACreditWorthinessFactorInPct
- Returns:
this.
-
cAManualCreditWorthinessDate
@Nonnull public CreditWorthiness.CreditWorthinessBuilder cAManualCreditWorthinessDate(@Nullable LocalDate cAManualCreditWorthinessDate) Constraints: NullableOriginal property name from the Odata EDM: CAManualCreditWorthinessDate
- Returns:
this.
-
cAFrozenCreditWorthinessValue
@Nonnull public CreditWorthiness.CreditWorthinessBuilder cAFrozenCreditWorthinessValue(@Nullable String cAFrozenCreditWorthinessValue) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CAFrozenCreditWorthinessValue
- Returns:
this.
-
cAFrozenCreditWorthinessDate
@Nonnull public CreditWorthiness.CreditWorthinessBuilder cAFrozenCreditWorthinessDate(@Nullable LocalDate cAFrozenCreditWorthinessDate) Constraints: NullableOriginal property name from the Odata EDM: CAFrozenCreditWorthinessDate
- Returns:
this.
-
cAUnfrozenCreditWorthinessDate
@Nonnull public CreditWorthiness.CreditWorthinessBuilder cAUnfrozenCreditWorthinessDate(@Nullable LocalDate cAUnfrozenCreditWorthinessDate) Constraints: NullableOriginal property name from the Odata EDM: CAUnfrozenCreditWorthinessDate
- Returns:
this.
-
cAExternalCreditWorthinessVal
@Nonnull public CreditWorthiness.CreditWorthinessBuilder cAExternalCreditWorthinessVal(@Nullable String cAExternalCreditWorthinessVal) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CAExternalCreditWorthinessVal
- Returns:
this.
-
cAExternalCreditWorthinessDate
@Nonnull public CreditWorthiness.CreditWorthinessBuilder cAExternalCreditWorthinessDate(@Nullable LocalDate cAExternalCreditWorthinessDate) Constraints: NullableOriginal property name from the Odata EDM: CAExternalCreditWorthinessDate
- Returns:
this.
-
cACreditWorthinessIsFrozen
@Nonnull public CreditWorthiness.CreditWorthinessBuilder cACreditWorthinessIsFrozen(@Nullable Boolean cACreditWorthinessIsFrozen) Constraints: Not nullableOriginal property name from the Odata EDM: CACreditWorthinessIsFrozen
- Returns:
this.
-
build
-
toString
-