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

public static final class BR_NFSugarCaneSupply.BR_NFSugarCaneSupplyBuilder extends Object
Helper class to allow for fluent creation of BR_NFSugarCaneSupply instances.
  • 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: 10

      Original 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: 2

      Original 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: 3

      Original 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: 10

      Original property name from the Odata EDM: SugarcaneSupplyQuantity

      Returns:
      this.
    • build

      @Nonnull public BR_NFSugarCaneSupply build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object