Class BR_NFItemNVE.BR_NFItemNVEBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilnotafiscal.BR_NFItemNVE.BR_NFItemNVEBuilder
Enclosing class:
BR_NFItemNVE

public static final class BR_NFItemNVE.BR_NFItemNVEBuilder extends Object
Helper class to allow for fluent creation of BR_NFItemNVE instances.
  • Method Details

    • bR_NFItem

      @Nonnull public BR_NFItemNVE.BR_NFItemNVEBuilder bR_NFItem(BR_NFItem value)
      Navigation property to_BR_NFItem for BR_NFItemNVE to single BR_NFItem.
      Parameters:
      value - The BR_NFItem to build this BR_NFItemNVE with.
      Returns:
      This Builder to allow for a fluent interface.
    • bR_NFDoc

      @Nonnull public BR_NFItemNVE.BR_NFItemNVEBuilder bR_NFDoc(BR_NFDocument value)
      Navigation property to_BR_NFDoc for BR_NFItemNVE to single BR_NFDocument.
      Parameters:
      value - The BR_NFDocument to build this BR_NFItemNVE with.
      Returns:
      This Builder to allow for a fluent interface.
    • bR_NotaFiscal

      @Nonnull public BR_NFItemNVE.BR_NFItemNVEBuilder bR_NotaFiscal(@Nullable String bR_NotaFiscal)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BR_NotaFiscal

      Returns:
      this.
    • bR_NotaFiscalItem

      @Nonnull public BR_NFItemNVE.BR_NFItemNVEBuilder bR_NotaFiscalItem(@Nullable String bR_NotaFiscalItem)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: BR_NotaFiscalItem

      Returns:
      this.
    • bR_NVECode

      @Nonnull public BR_NFItemNVE.BR_NFItemNVEBuilder bR_NVECode(@Nullable String bR_NVECode)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: BR_NVECode

      Returns:
      this.
    • build

      @Nonnull public BR_NFItemNVE build()
    • toString

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