Class CustomerDunning.CustomerDunningBuilder

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

public static class CustomerDunning.CustomerDunningBuilder extends Object
  • Method Details

    • customer

      @Nonnull public CustomerDunning.CustomerDunningBuilder customer(@Nullable String customer)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Customer

      Returns:
      this.
    • companyCode

      @Nonnull public CustomerDunning.CustomerDunningBuilder 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 CustomerDunning.CustomerDunningBuilder 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 CustomerDunning.CustomerDunningBuilder dunningBlock(@Nullable String dunningBlock)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: DunningBlock

      Returns:
      this.
    • dunningLevel

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

      Original property name from the Odata EDM: DunningLevel

      Returns:
      this.
    • dunningProcedure

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

      Original property name from the Odata EDM: DunningProcedure

      Returns:
      this.
    • dunningRecipient

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

      Original property name from the Odata EDM: DunningRecipient

      Returns:
      this.
    • lastDunnedOn

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

      Original property name from the Odata EDM: LastDunnedOn

      Returns:
      this.
    • legDunningProcedureOn

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

      Original property name from the Odata EDM: LegDunningProcedureOn

      Returns:
      this.
    • dunningClerk

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

      Original property name from the Odata EDM: DunningClerk

      Returns:
      this.
    • authorizationGroup

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

      Original property name from the Odata EDM: AuthorizationGroup

      Returns:
      this.
    • customerAccountGroup

      @Nonnull public CustomerDunning.CustomerDunningBuilder customerAccountGroup(@Nullable String customerAccountGroup)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CustomerAccountGroup

      Returns:
      this.
    • build

      @Nonnull public CustomerDunning build()
    • toString

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