Class SupplierDunning.SupplierDunningBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.SupplierDunning.SupplierDunningBuilder
Enclosing class:
SupplierDunning

public static class SupplierDunning.SupplierDunningBuilder extends Object
  • Method Details

    • supplier

      @Nonnull public SupplierDunning.SupplierDunningBuilder supplier(@Nullable String supplier)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Supplier

      Returns:
      this.
    • companyCode

      @Nonnull public SupplierDunning.SupplierDunningBuilder companyCode(@Nullable String companyCode)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Returns:
      this.
    • dunningArea

      @Nonnull public SupplierDunning.SupplierDunningBuilder dunningArea(@Nullable String dunningArea)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DunningArea

      Returns:
      this.
    • dunningBlock

      @Nonnull public SupplierDunning.SupplierDunningBuilder dunningBlock(@Nullable String dunningBlock)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: DunningBlock

      Returns:
      this.
    • dunningLevel

      @Nonnull public SupplierDunning.SupplierDunningBuilder dunningLevel(@Nullable String dunningLevel)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: DunningLevel

      Returns:
      this.
    • dunningProcedure

      @Nonnull public SupplierDunning.SupplierDunningBuilder dunningProcedure(@Nullable String dunningProcedure)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: DunningProcedure

      Returns:
      this.
    • dunningRecipient

      @Nonnull public SupplierDunning.SupplierDunningBuilder dunningRecipient(@Nullable String dunningRecipient)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: DunningRecipient

      Returns:
      this.
    • lastDunnedOn

      @Nonnull public SupplierDunning.SupplierDunningBuilder lastDunnedOn(@Nullable LocalDateTime lastDunnedOn)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastDunnedOn

      Returns:
      this.
    • legDunningProcedureOn

      @Nonnull public SupplierDunning.SupplierDunningBuilder legDunningProcedureOn(@Nullable LocalDateTime legDunningProcedureOn)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LegDunningProcedureOn

      Returns:
      this.
    • dunningClerk

      @Nonnull public SupplierDunning.SupplierDunningBuilder dunningClerk(@Nullable String dunningClerk)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DunningClerk

      Returns:
      this.
    • authorizationGroup

      @Nonnull public SupplierDunning.SupplierDunningBuilder authorizationGroup(@Nullable String authorizationGroup)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: AuthorizationGroup

      Returns:
      this.
    • supplierAccountGroup

      @Nonnull public SupplierDunning.SupplierDunningBuilder supplierAccountGroup(@Nullable String supplierAccountGroup)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SupplierAccountGroup

      Returns:
      this.
    • build

      @Nonnull public SupplierDunning build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object