public static class ProductionVolume.ProductionVolumeBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductionVolume.ProductionVolumeBuilder |
allocationFrequency(String allocationFrequency)
Constraints: Not nullable, Maximum length: 3
|
ProductionVolume |
build() |
ProductionVolume.ProductionVolumeBuilder |
companyCode(String companyCode)
Constraints: Not nullable, Maximum length: 4
|
ProductionVolume.ProductionVolumeBuilder |
controllingArea(String controllingArea)
Constraints: Not nullable, Maximum length: 4
|
ProductionVolume.ProductionVolumeBuilder |
creationDateTime(ZonedDateTime creationDateTime)
Constraints: Not nullable, Precision: 0
|
ProductionVolume.ProductionVolumeBuilder |
lastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 0
|
ProductionVolume.ProductionVolumeBuilder |
oilAllocAtWellCompltnDateTime(ZonedDateTime oilAllocAtWellCompltnDateTime)
(Key Field) Constraints: Not nullable, Precision: 0
|
ProductionVolume.ProductionVolumeBuilder |
oilProdnVolAtWellOrWellCompltn(BigDecimal oilProdnVolAtWellOrWellCompltn)
Constraints: Not nullable, Precision: 15, Scale: 3
|
ProductionVolume.ProductionVolumeBuilder |
productionDate(LocalDateTime productionDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
String |
toString() |
ProductionVolume.ProductionVolumeBuilder |
volumeUnit(String volumeUnit)
Constraints: Not nullable, Maximum length: 3
|
ProductionVolume.ProductionVolumeBuilder |
well(String well)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
ProductionVolume.ProductionVolumeBuilder |
wellCompletion(String wellCompletion)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
ProductionVolume.ProductionVolumeBuilder |
wellCompletionDescription(String wellCompletionDescription)
Constraints: Not nullable, Maximum length: 40
|
ProductionVolume.ProductionVolumeBuilder |
wellDescription(String wellDescription)
Constraints: Not nullable, Maximum length: 40
|
@Nonnull public ProductionVolume.ProductionVolumeBuilder well(@Nullable String well)
Original property name from the Odata EDM: Well
this
.@Nonnull public ProductionVolume.ProductionVolumeBuilder wellCompletion(@Nullable String wellCompletion)
Original property name from the Odata EDM: WellCompletion
this
.@Nonnull public ProductionVolume.ProductionVolumeBuilder productionDate(@Nullable LocalDateTime productionDate)
Original property name from the Odata EDM: ProductionDate
this
.@Nonnull public ProductionVolume.ProductionVolumeBuilder oilAllocAtWellCompltnDateTime(@Nullable ZonedDateTime oilAllocAtWellCompltnDateTime)
Original property name from the Odata EDM: OilAllocAtWellCompltnDateTime
this
.@Nonnull public ProductionVolume.ProductionVolumeBuilder wellDescription(@Nullable String wellDescription)
Original property name from the Odata EDM: WellDescription
this
.@Nonnull public ProductionVolume.ProductionVolumeBuilder wellCompletionDescription(@Nullable String wellCompletionDescription)
Original property name from the Odata EDM: WellCompletionDescription
this
.@Nonnull public ProductionVolume.ProductionVolumeBuilder companyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
this
.@Nonnull public ProductionVolume.ProductionVolumeBuilder controllingArea(@Nullable String controllingArea)
Original property name from the Odata EDM: ControllingArea
The controlling area is the highest organizational unit in Controlling.Whether controlling area and company code are in a 1:1 relationship or a 1:n relationship, the number of posting periods in both controlling area and company code(s) must be identical. However, special periods may vary.
this
.@Nonnull public ProductionVolume.ProductionVolumeBuilder oilProdnVolAtWellOrWellCompltn(@Nullable BigDecimal oilProdnVolAtWellOrWellCompltn)
Original property name from the Odata EDM: OilProdnVolAtWellOrWellCompltn
this
.@Nonnull public ProductionVolume.ProductionVolumeBuilder volumeUnit(@Nullable String volumeUnit)
Original property name from the Odata EDM: VolumeUnit
This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
this
.@Nonnull public ProductionVolume.ProductionVolumeBuilder allocationFrequency(@Nullable String allocationFrequency)
Original property name from the Odata EDM: AllocationFrequency
This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen.
this
.@Nonnull public ProductionVolume.ProductionVolumeBuilder creationDateTime(@Nullable ZonedDateTime creationDateTime)
Original property name from the Odata EDM: CreationDateTime
this
.@Nonnull public ProductionVolume.ProductionVolumeBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
this
.@Nonnull public ProductionVolume build()
Copyright © 2021 SAP SE. All rights reserved.