Class SupplierDunning.SupplierDunningBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.SupplierDunning.SupplierDunningBuilder
- Enclosing class:
- SupplierDunning
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4build()companyCode(String companyCode) (Key Field) 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: 0(Key Field) Constraints: Not nullable, Maximum length: 10supplierAccountGroup(String supplierAccountGroup) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
supplier
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- 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 SupplierDunning.SupplierDunningBuilder dunningProcedure(@Nullable String dunningProcedure) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: DunningProcedure
- Returns:
this.
-
dunningRecipient
@Nonnull public SupplierDunning.SupplierDunningBuilder dunningRecipient(@Nullable String dunningRecipient) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DunningRecipient
- Returns:
this.
-
lastDunnedOn
@Nonnull public SupplierDunning.SupplierDunningBuilder lastDunnedOn(@Nullable LocalDateTime lastDunnedOn) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastDunnedOn
- Returns:
this.
-
legDunningProcedureOn
@Nonnull public SupplierDunning.SupplierDunningBuilder 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 SupplierDunning.SupplierDunningBuilder authorizationGroup(@Nullable String authorizationGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
this.
-
supplierAccountGroup
@Nonnull public SupplierDunning.SupplierDunningBuilder supplierAccountGroup(@Nullable String supplierAccountGroup) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SupplierAccountGroup
- Returns:
this.
-
build
-
toString
-