public static final class ProductionSupplyArea.ProductionSupplyAreaBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
automotiveLoadingPoint(String automotiveLoadingPoint)
Constraints: Not nullable, Maximum length: 20
|
ProductionSupplyArea |
build() |
ProductionSupplyArea.ProductionSupplyAreaBuilder |
factoryCalendar(String factoryCalendar)
Constraints: Not nullable, Maximum length: 2
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
lastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
productionSupplyArea(String productionSupplyArea)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
productionSupplyAreaAddress(ProductionSupplyAreaAddress value)
Navigation property to_ProductionSupplyAreaAddress for ProductionSupplyArea to single
ProductionSupplyAreaAddress.
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
productionSupplyAreaAddressID(String productionSupplyAreaAddressID)
Constraints: Not nullable, Maximum length: 10
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
productionSupplyAreaRespPerson(String productionSupplyAreaRespPerson)
Constraints: Not nullable, Maximum length: 3
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
productionSupplyAreaText(ProductionSupplyAreaText... value)
Navigation property to_ProductionSupplyAreaText for ProductionSupplyArea to multiple
ProductionSupplyAreaText.
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
pullIntervalInMinutes(BigDecimal pullIntervalInMinutes)
Constraints: Not nullable, Precision: 8, Scale: 0
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
pullIntervalInWorkdays(BigDecimal pullIntervalInWorkdays)
Constraints: Not nullable, Precision: 3, Scale: 0
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
shiftGrouping(String shiftGrouping)
Constraints: Not nullable, Maximum length: 2
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
shiftSequence(String shiftSequence)
Constraints: Not nullable, Maximum length: 4
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
storageLocation(String storageLocation)
Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
ProductionSupplyArea.ProductionSupplyAreaBuilder |
unloadingPointName(String unloadingPointName)
Constraints: Not nullable, Maximum length: 25
|
ProductionSupplyArea.ProductionSupplyAreaBuilder |
unloadingWarehouseStagingArea(String unloadingWarehouseStagingArea)
Constraints: Not nullable, Maximum length: 10
|
@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder productionSupplyAreaAddress(ProductionSupplyAreaAddress value)
value
- The ProductionSupplyAreaAddress to build this ProductionSupplyArea with.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder productionSupplyAreaText(ProductionSupplyAreaText... value)
value
- The ProductionSupplyAreaTexts to build this ProductionSupplyArea with.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder productionSupplyArea(@Nullable String productionSupplyArea)
Original property name from the Odata EDM: ProductionSupplyArea
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder storageLocation(@Nullable String storageLocation)
Original property name from the Odata EDM: StorageLocation
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder productionSupplyAreaRespPerson(@Nullable String productionSupplyAreaRespPerson)
Original property name from the Odata EDM: ProductionSupplyAreaRespPerson
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder unloadingPointName(@Nullable String unloadingPointName)
Original property name from the Odata EDM: UnloadingPointName
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder factoryCalendar(@Nullable String factoryCalendar)
Original property name from the Odata EDM: FactoryCalendar
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder shiftGrouping(@Nullable String shiftGrouping)
Original property name from the Odata EDM: ShiftGrouping
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder shiftSequence(@Nullable String shiftSequence)
Original property name from the Odata EDM: ShiftSequence
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder pullIntervalInWorkdays(@Nullable BigDecimal pullIntervalInWorkdays)
Original property name from the Odata EDM: PullIntervalInWorkdays
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder pullIntervalInMinutes(@Nullable BigDecimal pullIntervalInMinutes)
Original property name from the Odata EDM: PullIntervalInMinutes
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder unloadingWarehouseStagingArea(@Nullable String unloadingWarehouseStagingArea)
Original property name from the Odata EDM: UnloadingWarehouseStagingArea
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder productionSupplyAreaAddressID(@Nullable String productionSupplyAreaAddressID)
Original property name from the Odata EDM: ProductionSupplyAreaAddressID
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
this
.@Nonnull public ProductionSupplyArea.ProductionSupplyAreaBuilder automotiveLoadingPoint(@Nullable String automotiveLoadingPoint)
Original property name from the Odata EDM: AutomotiveLoadingPoint
this
.@Nonnull public ProductionSupplyArea build()
Copyright © 2021 SAP SE. All rights reserved.