Class CustomerDunning.CustomerDunningBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustomerDunning.CustomerDunningBuilder
- Enclosing class:
- CustomerDunning
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4build()companyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 10customerAccountGroup(String customerAccountGroup) Constraints: Not nullable, Maximum length: 4dunningArea(String dunningArea) (Key Field) Constraints: Not nullable, Maximum length: 2dunningBlock(String dunningBlock) Constraints: Not nullable, Maximum length: 1dunningClerk(String dunningClerk) Constraints: Not nullable, Maximum length: 2dunningLevel(String dunningLevel) Constraints: Not nullable, Maximum length: 1dunningProcedure(String dunningProcedure) Constraints: Not nullable, Maximum length: 4dunningRecipient(String dunningRecipient) Constraints: Not nullable, Maximum length: 10lastDunnedOn(LocalDateTime lastDunnedOn) Constraints: Not nullable, Precision: 0legDunningProcedureOn(LocalDateTime legDunningProcedureOn) Constraints: Not nullable, Precision: 0toString()
-
Method Details
-
customer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
this.
-
companyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
this.
-
dunningArea
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DunningArea
- Returns:
this.
-
dunningBlock
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DunningBlock
- Returns:
this.
-
dunningLevel
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DunningLevel
- Returns:
this.
-
dunningProcedure
@Nonnull public CustomerDunning.CustomerDunningBuilder dunningProcedure(@Nullable String dunningProcedure) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: DunningProcedure
- Returns:
this.
-
dunningRecipient
@Nonnull public CustomerDunning.CustomerDunningBuilder dunningRecipient(@Nullable String dunningRecipient) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DunningRecipient
- Returns:
this.
-
lastDunnedOn
@Nonnull public CustomerDunning.CustomerDunningBuilder lastDunnedOn(@Nullable LocalDateTime lastDunnedOn) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastDunnedOn
- Returns:
this.
-
legDunningProcedureOn
@Nonnull public CustomerDunning.CustomerDunningBuilder legDunningProcedureOn(@Nullable LocalDateTime legDunningProcedureOn) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LegDunningProcedureOn
- Returns:
this.
-
dunningClerk
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DunningClerk
- Returns:
this.
-
authorizationGroup
@Nonnull public CustomerDunning.CustomerDunningBuilder authorizationGroup(@Nullable String authorizationGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
this.
-
customerAccountGroup
@Nonnull public CustomerDunning.CustomerDunningBuilder customerAccountGroup(@Nullable String customerAccountGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CustomerAccountGroup
- Returns:
this.
-
build
-
toString
-