Class BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilnotafiscal.BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder
Enclosing class:
BR_NFTransportedVolume

public static final class BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder extends Object
Helper class to allow for fluent creation of BR_NFTransportedVolume instances.
  • Method Details

    • bR_NFDoc

      Navigation property to_BR_NFDoc for BR_NFTransportedVolume to single BR_NFDocument.
      Parameters:
      value - The BR_NFDocument to build this BR_NFTransportedVolume with.
      Returns:
      This Builder to allow for a fluent interface.
    • bR_NotaFiscal

      @Nonnull public BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder 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.
    • bR_NFTransptVolumesSequence

      @Nonnull public BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder bR_NFTransptVolumesSequence(@Nullable String bR_NFTransptVolumesSequence)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: BR_NFTransptVolumesSequence

      Returns:
      this.
    • bR_NFTransportedVolumeQtyVal

      @Nonnull public BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder bR_NFTransportedVolumeQtyVal(@Nullable BigDecimal bR_NFTransportedVolumeQtyVal)
      Constraints: Not nullable, Precision: 15, Scale: 0

      Original property name from the Odata EDM: BR_NFTransportedVolumeQtyVal

      Returns:
      this.
    • bR_NFTransportedVolumeType

      @Nonnull public BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder bR_NFTransportedVolumeType(@Nullable String bR_NFTransportedVolumeType)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: BR_NFTransportedVolumeType

      Returns:
      this.
    • bR_NFTransptVolumeTrademark

      @Nonnull public BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder bR_NFTransptVolumeTrademark(@Nullable String bR_NFTransptVolumeTrademark)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: BR_NFTransptVolumeTrademark

      Returns:
      this.
    • bR_NFTransportedVolumeID

      @Nonnull public BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder bR_NFTransportedVolumeID(@Nullable String bR_NFTransportedVolumeID)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: BR_NFTransportedVolumeID

      Returns:
      this.
    • bR_NFTransptVolNetWeightUnit

      @Nonnull public BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder bR_NFTransptVolNetWeightUnit(@Nullable String bR_NFTransptVolNetWeightUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: BR_NFTransptVolNetWeightUnit

      Returns:
      this.
    • bR_NFTransptVolumeNetWeight

      @Nonnull public BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder bR_NFTransptVolumeNetWeight(@Nullable BigDecimal bR_NFTransptVolumeNetWeight)
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: BR_NFTransptVolumeNetWeight

      Returns:
      this.
    • bR_NFTransptVolGrossWgtUnit

      @Nonnull public BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder bR_NFTransptVolGrossWgtUnit(@Nullable String bR_NFTransptVolGrossWgtUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: BR_NFTransptVolGrossWgtUnit

      Returns:
      this.
    • bR_NFTransptVolumeGrossWeight

      @Nonnull public BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder bR_NFTransptVolumeGrossWeight(@Nullable BigDecimal bR_NFTransptVolumeGrossWeight)
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: BR_NFTransptVolumeGrossWeight

      Returns:
      this.
    • bR_NFTransportedVolumeSeal

      @Nonnull public BR_NFTransportedVolume.BR_NFTransportedVolumeBuilder bR_NFTransportedVolumeSeal(@Nullable String bR_NFTransportedVolumeSeal)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: BR_NFTransportedVolumeSeal

      Returns:
      this.
    • build

      @Nonnull public BR_NFTransportedVolume build()
    • toString

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