Class ProductionVolume.ProductionVolumeBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productionvolumecapture.ProductionVolume.ProductionVolumeBuilder
Enclosing class:
ProductionVolume

public static class ProductionVolume.ProductionVolumeBuilder extends Object
  • Method Details

    • well

      @Nonnull public ProductionVolume.ProductionVolumeBuilder well(@Nullable String well)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: Well

      Returns:
      this.
    • wellCompletion

      @Nonnull public ProductionVolume.ProductionVolumeBuilder wellCompletion(@Nullable String wellCompletion)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: WellCompletion

      Returns:
      this.
    • productionDate

      @Nonnull public ProductionVolume.ProductionVolumeBuilder productionDate(@Nullable LocalDateTime productionDate)
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ProductionDate

      Returns:
      this.
    • oilAllocAtWellCompltnDateTime

      @Nonnull public ProductionVolume.ProductionVolumeBuilder oilAllocAtWellCompltnDateTime(@Nullable ZonedDateTime oilAllocAtWellCompltnDateTime)
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: OilAllocAtWellCompltnDateTime

      Returns:
      this.
    • wellDescription

      @Nonnull public ProductionVolume.ProductionVolumeBuilder wellDescription(@Nullable String wellDescription)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: WellDescription

      Returns:
      this.
    • wellCompletionDescription

      @Nonnull public ProductionVolume.ProductionVolumeBuilder wellCompletionDescription(@Nullable String wellCompletionDescription)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: WellCompletionDescription

      Returns:
      this.
    • companyCode

      @Nonnull public ProductionVolume.ProductionVolumeBuilder companyCode(@Nullable String companyCode)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Returns:
      this.
    • controllingArea

      @Nonnull public ProductionVolume.ProductionVolumeBuilder controllingArea(@Nullable String controllingArea)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ControllingArea

      Returns:
      this.
    • oilProdnVolAtWellOrWellCompltn

      @Nonnull public ProductionVolume.ProductionVolumeBuilder oilProdnVolAtWellOrWellCompltn(@Nullable BigDecimal oilProdnVolAtWellOrWellCompltn)
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: OilProdnVolAtWellOrWellCompltn

      Returns:
      this.
    • volumeUnit

      @Nonnull public ProductionVolume.ProductionVolumeBuilder volumeUnit(@Nullable String volumeUnit)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: VolumeUnit

      Returns:
      this.
    • allocationFrequency

      @Nonnull public ProductionVolume.ProductionVolumeBuilder allocationFrequency(@Nullable String allocationFrequency)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: AllocationFrequency

      Returns:
      this.
    • creationDateTime

      @Nonnull public ProductionVolume.ProductionVolumeBuilder creationDateTime(@Nullable ZonedDateTime creationDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreationDateTime

      Returns:
      this.
    • lastChangeDateTime

      @Nonnull public ProductionVolume.ProductionVolumeBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastChangeDateTime

      Returns:
      this.
    • build

      @Nonnull public ProductionVolume build()
    • toString

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