Class BR_NFSugarCaneDeductible.BR_NFSugarCaneDeductibleBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilnotafiscal.BR_NFSugarCaneDeductible.BR_NFSugarCaneDeductibleBuilder
- Enclosing class:
- BR_NFSugarCaneDeductible
Helper class to allow for fluent creation of BR_NFSugarCaneDeductible instances.
-
Method Summary
Modifier and TypeMethodDescriptionbR_NFDoc(BR_NFDocument value) Navigation property to_BR_NFDoc for BR_NFSugarCaneDeductible to single BR_NFDocument.bR_NotaFiscal(String bR_NotaFiscal) (Key Field) Constraints: Not nullable, Maximum length: 10build()sugarcaneDcblSqncNmbr(String sugarcaneDcblSqncNmbr) (Key Field) Constraints: Not nullable, Maximum length: 4sugarcaneDeductibleAmount(BigDecimal sugarcaneDeductibleAmount) Constraints: Not nullable, Precision: 15, Scale: 2sugarcaneDeductionDesc(String sugarcaneDeductionDesc) Constraints: Not nullable, Maximum length: 60toString()
-
Method Details
-
bR_NFDoc
@Nonnull public BR_NFSugarCaneDeductible.BR_NFSugarCaneDeductibleBuilder bR_NFDoc(BR_NFDocument value) Navigation property to_BR_NFDoc for BR_NFSugarCaneDeductible to single BR_NFDocument.- Parameters:
value- The BR_NFDocument to build this BR_NFSugarCaneDeductible with.- Returns:
- This Builder to allow for a fluent interface.
-
bR_NotaFiscal
@Nonnull public BR_NFSugarCaneDeductible.BR_NFSugarCaneDeductibleBuilder bR_NotaFiscal(@Nullable String bR_NotaFiscal) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BR_NotaFiscal
- Returns:
this.
-
sugarcaneDcblSqncNmbr
@Nonnull public BR_NFSugarCaneDeductible.BR_NFSugarCaneDeductibleBuilder sugarcaneDcblSqncNmbr(@Nullable String sugarcaneDcblSqncNmbr) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SugarcaneDcblSqncNmbr
- Returns:
this.
-
sugarcaneDeductionDesc
@Nonnull public BR_NFSugarCaneDeductible.BR_NFSugarCaneDeductibleBuilder sugarcaneDeductionDesc(@Nullable String sugarcaneDeductionDesc) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: SugarcaneDeductionDesc
- Returns:
this.
-
sugarcaneDeductibleAmount
@Nonnull public BR_NFSugarCaneDeductible.BR_NFSugarCaneDeductibleBuilder sugarcaneDeductibleAmount(@Nullable BigDecimal sugarcaneDeductibleAmount) Constraints: Not nullable, Precision: 15, Scale: 2Original property name from the Odata EDM: SugarcaneDeductibleAmount
- Returns:
this.
-
build
-
toString
-