Class BR_NFSugarCaneSupply.BR_NFSugarCaneSupplyBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilnotafiscal.BR_NFSugarCaneSupply.BR_NFSugarCaneSupplyBuilder
- Enclosing class:
- BR_NFSugarCaneSupply
Helper class to allow for fluent creation of BR_NFSugarCaneSupply instances.
-
Method Summary
Modifier and TypeMethodDescriptionbR_NFDoc(BR_NFDocument value) Navigation property to_BR_NFDoc for BR_NFSugarCaneSupply to single BR_NFDocument.bR_NotaFiscal(String bR_NotaFiscal) (Key Field) Constraints: Not nullable, Maximum length: 10build()sugarcaneDayOfCurrentMnth(String sugarcaneDayOfCurrentMnth) (Key Field) Constraints: Not nullable, Maximum length: 2sugarcaneSupplyQuantity(BigDecimal sugarcaneSupplyQuantity) Constraints: Not nullable, Precision: 21, Scale: 10sugarcaneSupplyQuantityUnit(String sugarcaneSupplyQuantityUnit) Constraints: Not nullable, Maximum length: 3toString()
-
Method Details
-
bR_NFDoc
Navigation property to_BR_NFDoc for BR_NFSugarCaneSupply to single BR_NFDocument.- Parameters:
value- The BR_NFDocument to build this BR_NFSugarCaneSupply with.- Returns:
- This Builder to allow for a fluent interface.
-
bR_NotaFiscal
@Nonnull public BR_NFSugarCaneSupply.BR_NFSugarCaneSupplyBuilder bR_NotaFiscal(@Nullable String bR_NotaFiscal) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BR_NotaFiscal
- Returns:
this.
-
sugarcaneDayOfCurrentMnth
@Nonnull public BR_NFSugarCaneSupply.BR_NFSugarCaneSupplyBuilder sugarcaneDayOfCurrentMnth(@Nullable String sugarcaneDayOfCurrentMnth) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: SugarcaneDayOfCurrentMnth
- Returns:
this.
-
sugarcaneSupplyQuantityUnit
@Nonnull public BR_NFSugarCaneSupply.BR_NFSugarCaneSupplyBuilder sugarcaneSupplyQuantityUnit(@Nullable String sugarcaneSupplyQuantityUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SugarcaneSupplyQuantityUnit
- Returns:
this.
-
sugarcaneSupplyQuantity
@Nonnull public BR_NFSugarCaneSupply.BR_NFSugarCaneSupplyBuilder sugarcaneSupplyQuantity(@Nullable BigDecimal sugarcaneSupplyQuantity) Constraints: Not nullable, Precision: 21, Scale: 10Original property name from the Odata EDM: SugarcaneSupplyQuantity
- Returns:
this.
-
build
-
toString
-