Class BR_NFFuelOriginIndicator.BR_NFFuelOriginIndicatorBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilnotafiscal.BR_NFFuelOriginIndicator.BR_NFFuelOriginIndicatorBuilder
- Enclosing class:
- BR_NFFuelOriginIndicator
Helper class to allow for fluent creation of BR_NFFuelOriginIndicator instances.
-
Method Summary
Modifier and TypeMethodDescriptionbR_NFDoc(BR_NFDocument value) Navigation property to_BR_NFDoc for BR_NFFuelOriginIndicator to single BR_NFDocument.bR_NFImportIndicatorFuelOrigin(String bR_NFImportIndicatorFuelOrigin) (Key Field) Constraints: Not nullable, Maximum length: 1Navigation property to_BR_NFItem for BR_NFFuelOriginIndicator to single BR_NFItem.bR_NFOriginRegion(String bR_NFOriginRegion) (Key Field) Constraints: Not nullable, Maximum length: 3bR_NFRegionOriginatingPercent(BigDecimal bR_NFRegionOriginatingPercent) Constraints: Not nullable, Precision: 7, Scale: 4bR_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
@Nonnull public BR_NFFuelOriginIndicator.BR_NFFuelOriginIndicatorBuilder bR_NFDoc(BR_NFDocument value) Navigation property to_BR_NFDoc for BR_NFFuelOriginIndicator to single BR_NFDocument.- Parameters:
value- The BR_NFDocument to build this BR_NFFuelOriginIndicator with.- Returns:
- This Builder to allow for a fluent interface.
-
bR_NFItem
Navigation property to_BR_NFItem for BR_NFFuelOriginIndicator to single BR_NFItem.- Parameters:
value- The BR_NFItem to build this BR_NFFuelOriginIndicator with.- Returns:
- This Builder to allow for a fluent interface.
-
bR_NotaFiscal
@Nonnull public BR_NFFuelOriginIndicator.BR_NFFuelOriginIndicatorBuilder 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_NFFuelOriginIndicator.BR_NFFuelOriginIndicatorBuilder 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_NFImportIndicatorFuelOrigin
@Nonnull public BR_NFFuelOriginIndicator.BR_NFFuelOriginIndicatorBuilder bR_NFImportIndicatorFuelOrigin(@Nullable String bR_NFImportIndicatorFuelOrigin) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BR_NFImportIndicatorFuelOrigin
- Returns:
this.
-
bR_NFOriginRegion
@Nonnull public BR_NFFuelOriginIndicator.BR_NFFuelOriginIndicatorBuilder bR_NFOriginRegion(@Nullable String bR_NFOriginRegion) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: BR_NFOriginRegion
- Returns:
this.
-
bR_NFRegionOriginatingPercent
@Nonnull public BR_NFFuelOriginIndicator.BR_NFFuelOriginIndicatorBuilder bR_NFRegionOriginatingPercent(@Nullable BigDecimal bR_NFRegionOriginatingPercent) Constraints: Not nullable, Precision: 7, Scale: 4Original property name from the Odata EDM: BR_NFRegionOriginatingPercent
- Returns:
this.
-
build
-
toString
-