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
Helper class to allow for fluent creation of BR_NFItemNVE instances.
-
Method Summary
Modifier and TypeMethodDescriptionbR_NFDoc(BR_NFDocument value) Navigation property to_BR_NFDoc for BR_NFItemNVE to single BR_NFDocument.Navigation property to_BR_NFItem for BR_NFItemNVE to single BR_NFItem.bR_NotaFiscal(String bR_NotaFiscal) (Key Field) Constraints: Not nullable, Maximum length: 10bR_NotaFiscalItem(String bR_NotaFiscalItem) (Key Field) Constraints: Not nullable, Maximum length: 6bR_NVECode(String bR_NVECode) (Key Field) Constraints: Not nullable, Maximum length: 6build()toString()
-
Method Details
-
bR_NFItem
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
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
(Key Field) Constraints: Not nullable, Maximum length: 10Original 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: 6Original property name from the Odata EDM: BR_NotaFiscalItem
- Returns:
this.
-
bR_NVECode
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BR_NVECode
- Returns:
this.
-
build
-
toString
-