Class BR_NFExportDocument.BR_NFExportDocumentBuilder

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

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

    • bR_NFDoc

      Navigation property to_BR_NFDoc for BR_NFExportDocument to single BR_NFDocument.
      Parameters:
      value - The BR_NFDocument to build this BR_NFExportDocument with.
      Returns:
      This Builder to allow for a fluent interface.
    • bR_NFItem

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

      @Nonnull public BR_NFExportDocument.BR_NFExportDocumentBuilder 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_NFExportDocument.BR_NFExportDocumentBuilder 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_NFItemExprtSqncNumber

      @Nonnull public BR_NFExportDocument.BR_NFExportDocumentBuilder bR_NFItemExprtSqncNumber(@Nullable String bR_NFItemExprtSqncNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: BR_NFItemExprtSqncNumber

      Returns:
      this.
    • baseUnit

      @Nonnull public BR_NFExportDocument.BR_NFExportDocumentBuilder baseUnit(@Nullable String baseUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: BaseUnit

      Returns:
      this.
    • bR_NFItemExprtRegNumber

      @Nonnull public BR_NFExportDocument.BR_NFExportDocumentBuilder bR_NFItemExprtRegNumber(@Nullable String bR_NFItemExprtRegNumber)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: BR_NFItemExprtRegNumber

      Returns:
      this.
    • bR_NFItemExprtNFeAccessKey

      @Nonnull public BR_NFExportDocument.BR_NFExportDocumentBuilder bR_NFItemExprtNFeAccessKey(@Nullable String bR_NFItemExprtNFeAccessKey)
      Constraints: Not nullable, Maximum length: 44

      Original property name from the Odata EDM: BR_NFItemExprtNFeAccessKey

      Returns:
      this.
    • bR_NFItemExportRealQty

      @Nonnull public BR_NFExportDocument.BR_NFExportDocumentBuilder bR_NFItemExportRealQty(@Nullable BigDecimal bR_NFItemExportRealQty)
      Constraints: Not nullable, Precision: 15, Scale: 4

      Original property name from the Odata EDM: BR_NFItemExportRealQty

      Returns:
      this.
    • bR_NFItmExprtDrwbkConcession

      @Nonnull public BR_NFExportDocument.BR_NFExportDocumentBuilder bR_NFItmExprtDrwbkConcession(@Nullable String bR_NFItmExprtDrwbkConcession)
      Constraints: Not nullable, Maximum length: 11

      Original property name from the Odata EDM: BR_NFItmExprtDrwbkConcession

      Returns:
      this.
    • bR_NFExportDrawbackConcession

      @Nonnull public BR_NFExportDocument.BR_NFExportDocumentBuilder bR_NFExportDrawbackConcession(@Nullable String bR_NFExportDrawbackConcession)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: BR_NFExportDrawbackConcession

      Returns:
      this.
    • build

      @Nonnull public BR_NFExportDocument build()
    • toString

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