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
Helper class to allow for fluent creation of BR_NFExportDocument instances.
-
Method Summary
Modifier and TypeMethodDescriptionConstraints: Not nullable, Maximum length: 3bR_NFDoc(BR_NFDocument value) Navigation property to_BR_NFDoc for BR_NFExportDocument to single BR_NFDocument.bR_NFExportDrawbackConcession(String bR_NFExportDrawbackConcession) Constraints: Not nullable, Maximum length: 20Navigation property to_BR_NFItem for BR_NFExportDocument to single BR_NFItem.bR_NFItemExportRealQty(BigDecimal bR_NFItemExportRealQty) Constraints: Not nullable, Precision: 15, Scale: 4bR_NFItemExprtNFeAccessKey(String bR_NFItemExprtNFeAccessKey) Constraints: Not nullable, Maximum length: 44bR_NFItemExprtRegNumber(String bR_NFItemExprtRegNumber) Constraints: Not nullable, Maximum length: 12bR_NFItemExprtSqncNumber(String bR_NFItemExprtSqncNumber) (Key Field) Constraints: Not nullable, Maximum length: 3bR_NFItmExprtDrwbkConcession(String bR_NFItmExprtDrwbkConcession) Constraints: Not nullable, Maximum length: 11bR_NotaFiscal(String bR_NotaFiscal) (Key Field) Constraints: Not nullable, Maximum length: 10bR_NotaFiscalItem(String bR_NotaFiscalItem) (Key Field) Constraints: Not nullable, Maximum length: 6build()toString()
-
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
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: 10Original 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: 6Original 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: 3Original property name from the Odata EDM: BR_NFItemExprtSqncNumber
- Returns:
this.
-
baseUnit
Constraints: Not nullable, Maximum length: 3Original 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: 12Original 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: 44Original 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: 4Original 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: 11Original 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: 20Original property name from the Odata EDM: BR_NFExportDrawbackConcession
- Returns:
this.
-
build
-
toString
-