java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.allowlistintercompanyposting.Allowlist.AllowlistBuilder
Enclosing class:
Allowlist

public static class Allowlist.AllowlistBuilder extends Object
  • Method Details

    • senderCompanyCode

      @Nonnull public Allowlist.AllowlistBuilder senderCompanyCode(@Nullable String senderCompanyCode)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SenderCompanyCode

      Returns:
      this.
    • receiverCompanyCode

      @Nonnull public Allowlist.AllowlistBuilder receiverCompanyCode(@Nullable String receiverCompanyCode)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ReceiverCompanyCode

      Returns:
      this.
    • build

      @Nonnull public Allowlist build()
    • toString

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