public static final class SalesOrderBOM.SalesOrderBOMBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SalesOrderBOM.SalesOrderBOMBuilder |
billOfMaterial(String billOfMaterial)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
SalesOrderBOM.SalesOrderBOMBuilder |
billOfMaterialAuthsnGrp(String billOfMaterialAuthsnGrp)
Constraints: Not nullable, Maximum length: 4
|
SalesOrderBOM.SalesOrderBOMBuilder |
billOfMaterialCategory(String billOfMaterialCategory)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
SalesOrderBOM.SalesOrderBOMBuilder |
billOfMaterialHeaderUUID(UUID billOfMaterialHeaderUUID)
Constraints: none
|
SalesOrderBOM.SalesOrderBOMBuilder |
billOfMaterialItem(SalesOrderBOMItem... value)
Navigation property to_BillOfMaterialItem for SalesOrderBOM to multiple
SalesOrderBOMItem.
|
SalesOrderBOM.SalesOrderBOMBuilder |
billOfMaterialStatus(String billOfMaterialStatus)
Constraints: Not nullable, Maximum length: 2
|
SalesOrderBOM.SalesOrderBOMBuilder |
billOfMaterialVariant(String billOfMaterialVariant)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
SalesOrderBOM.SalesOrderBOMBuilder |
billOfMaterialVariantUsage(String billOfMaterialVariantUsage)
Constraints: Not nullable, Maximum length: 1
|
SalesOrderBOM.SalesOrderBOMBuilder |
bOMAlternativeText(String bOMAlternativeText)
Constraints: Not nullable, Maximum length: 40
|
SalesOrderBOM.SalesOrderBOMBuilder |
bOMAssetNtwkHndovrIsRelevant(Boolean bOMAssetNtwkHndovrIsRelevant)
Constraints: none
|
SalesOrderBOM.SalesOrderBOMBuilder |
bOMGroup(String bOMGroup)
Constraints: Not nullable, Maximum length: 18
|
SalesOrderBOM.SalesOrderBOMBuilder |
bOMHeaderBaseUnit(String bOMHeaderBaseUnit)
Constraints: Not nullable, Maximum length: 3
|
SalesOrderBOM.SalesOrderBOMBuilder |
bOMHeaderInternalChangeCount(String bOMHeaderInternalChangeCount)
Constraints: Not nullable, Maximum length: 8
|
SalesOrderBOM.SalesOrderBOMBuilder |
bOMHeaderQuantityInBaseUnit(BigDecimal bOMHeaderQuantityInBaseUnit)
Constraints: Not nullable, Precision: 13, Scale: 3
|
SalesOrderBOM.SalesOrderBOMBuilder |
bOMHeaderText(String bOMHeaderText)
Constraints: Not nullable, Maximum length: 40
|
SalesOrderBOM.SalesOrderBOMBuilder |
bOMIsArchivedForDeletion(Boolean bOMIsArchivedForDeletion)
Constraints: none
|
SalesOrderBOM.SalesOrderBOMBuilder |
bOMIsConfigurable(Boolean bOMIsConfigurable)
Constraints: none
|
SalesOrderBOM.SalesOrderBOMBuilder |
bOMIsToBeDeleted(String bOMIsToBeDeleted)
Constraints: Not nullable, Maximum length: 1
|
SalesOrderBOM.SalesOrderBOMBuilder |
bOMTechnicalType(String bOMTechnicalType)
Constraints: Not nullable, Maximum length: 1
|
SalesOrderBOM.SalesOrderBOMBuilder |
bOMUsagePriority(String bOMUsagePriority)
Constraints: Not nullable, Maximum length: 2
|
SalesOrderBOM |
build() |
SalesOrderBOM.SalesOrderBOMBuilder |
chgToEngineeringChgDocument(String chgToEngineeringChgDocument)
Constraints: Not nullable, Maximum length: 12
|
SalesOrderBOM.SalesOrderBOMBuilder |
createdByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
SalesOrderBOM.SalesOrderBOMBuilder |
documentIsCreatedByCAD(Boolean documentIsCreatedByCAD)
Constraints: none
|
SalesOrderBOM.SalesOrderBOMBuilder |
engineeringChangeDocForEdit(String engineeringChangeDocForEdit)
Constraints: Not nullable, Maximum length: 12
|
SalesOrderBOM.SalesOrderBOMBuilder |
engineeringChangeDocument(String engineeringChangeDocument)
(Key Field) Constraints: Not nullable, Maximum length: 12
|
SalesOrderBOM.SalesOrderBOMBuilder |
isALE(Boolean isALE)
Constraints: none
|
SalesOrderBOM.SalesOrderBOMBuilder |
isConfiguredMaterial(Boolean isConfiguredMaterial)
Constraints: none
|
SalesOrderBOM.SalesOrderBOMBuilder |
isMarkedForDeletion(Boolean isMarkedForDeletion)
Constraints: none
|
SalesOrderBOM.SalesOrderBOMBuilder |
laboratoryOrDesignOffice(String laboratoryOrDesignOffice)
Constraints: Not nullable, Maximum length: 3
|
SalesOrderBOM.SalesOrderBOMBuilder |
lastChangeDate(LocalDateTime lastChangeDate)
Constraints: Not nullable, Precision: 0
|
SalesOrderBOM.SalesOrderBOMBuilder |
lastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
SalesOrderBOM.SalesOrderBOMBuilder |
lastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
SalesOrderBOM.SalesOrderBOMBuilder |
material(String material)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
SalesOrderBOM.SalesOrderBOMBuilder |
plant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
SalesOrderBOM.SalesOrderBOMBuilder |
recordCreationDate(LocalDateTime recordCreationDate)
Constraints: Not nullable, Precision: 0
|
SalesOrderBOM.SalesOrderBOMBuilder |
salesOrder(String salesOrder)
Constraints: Not nullable, Maximum length: 10
|
SalesOrderBOM.SalesOrderBOMBuilder |
salesOrderItem(String salesOrderItem)
Constraints: Not nullable, Maximum length: 6
|
String |
toString() |
SalesOrderBOM.SalesOrderBOMBuilder |
validityEndDate(LocalDateTime validityEndDate)
Constraints: Not nullable, Precision: 0
|
SalesOrderBOM.SalesOrderBOMBuilder |
validityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder billOfMaterialItem(SalesOrderBOMItem... value)
value
- The SalesOrderBOMItems to build this SalesOrderBOM with.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder billOfMaterialCategory(@Nullable String billOfMaterialCategory)
Original property name from the Odata EDM: BillOfMaterialCategory
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder billOfMaterial(@Nullable String billOfMaterial)
Original property name from the Odata EDM: BillOfMaterial
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder billOfMaterialVariant(@Nullable String billOfMaterialVariant)
Original property name from the Odata EDM: BillOfMaterialVariant
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder engineeringChangeDocument(@Nullable String engineeringChangeDocument)
Original property name from the Odata EDM: EngineeringChangeDocument
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder plant(@Nullable String plant)
Original property name from the Odata EDM: Plant
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder salesOrder(@Nullable String salesOrder)
Original property name from the Odata EDM: SalesOrder
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder salesOrderItem(@Nullable String salesOrderItem)
Original property name from the Odata EDM: SalesOrderItem
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder engineeringChangeDocForEdit(@Nullable String engineeringChangeDocForEdit)
Original property name from the Odata EDM: EngineeringChangeDocForEdit
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder lastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder billOfMaterialHeaderUUID(@Nullable UUID billOfMaterialHeaderUUID)
Original property name from the Odata EDM: BillOfMaterialHeaderUUID
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder billOfMaterialVariantUsage(@Nullable String billOfMaterialVariantUsage)
Original property name from the Odata EDM: BillOfMaterialVariantUsage
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder bOMHeaderInternalChangeCount(@Nullable String bOMHeaderInternalChangeCount)
Original property name from the Odata EDM: BOMHeaderInternalChangeCount
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder bOMHeaderText(@Nullable String bOMHeaderText)
Original property name from the Odata EDM: BOMHeaderText
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder bOMUsagePriority(@Nullable String bOMUsagePriority)
Original property name from the Odata EDM: BOMUsagePriority
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder billOfMaterialAuthsnGrp(@Nullable String billOfMaterialAuthsnGrp)
Original property name from the Odata EDM: BillOfMaterialAuthsnGrp
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder bOMTechnicalType(@Nullable String bOMTechnicalType)
Original property name from the Odata EDM: BOMTechnicalType
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder bOMGroup(@Nullable String bOMGroup)
Original property name from the Odata EDM: BOMGroup
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder bOMAlternativeText(@Nullable String bOMAlternativeText)
Original property name from the Odata EDM: BOMAlternativeText
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder billOfMaterialStatus(@Nullable String billOfMaterialStatus)
Original property name from the Odata EDM: BillOfMaterialStatus
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder chgToEngineeringChgDocument(@Nullable String chgToEngineeringChgDocument)
Original property name from the Odata EDM: ChgToEngineeringChgDocument
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder isMarkedForDeletion(@Nullable Boolean isMarkedForDeletion)
Original property name from the Odata EDM: IsMarkedForDeletion
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder bOMIsArchivedForDeletion(@Nullable Boolean bOMIsArchivedForDeletion)
Original property name from the Odata EDM: BOMIsArchivedForDeletion
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder isConfiguredMaterial(@Nullable Boolean isConfiguredMaterial)
Original property name from the Odata EDM: IsConfiguredMaterial
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder bOMIsConfigurable(@Nullable Boolean bOMIsConfigurable)
Original property name from the Odata EDM: BOMIsConfigurable
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder isALE(@Nullable Boolean isALE)
Original property name from the Odata EDM: IsALE
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder bOMHeaderBaseUnit(@Nullable String bOMHeaderBaseUnit)
Original property name from the Odata EDM: BOMHeaderBaseUnit
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder bOMHeaderQuantityInBaseUnit(@Nullable BigDecimal bOMHeaderQuantityInBaseUnit)
Original property name from the Odata EDM: BOMHeaderQuantityInBaseUnit
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder recordCreationDate(@Nullable LocalDateTime recordCreationDate)
Original property name from the Odata EDM: RecordCreationDate
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate)
Original property name from the Odata EDM: LastChangeDate
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder lastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder createdByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder bOMIsToBeDeleted(@Nullable String bOMIsToBeDeleted)
Original property name from the Odata EDM: BOMIsToBeDeleted
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder documentIsCreatedByCAD(@Nullable Boolean documentIsCreatedByCAD)
Original property name from the Odata EDM: DocumentIsCreatedByCAD
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder laboratoryOrDesignOffice(@Nullable String laboratoryOrDesignOffice)
Original property name from the Odata EDM: LaboratoryOrDesignOffice
this
.@Nonnull public SalesOrderBOM.SalesOrderBOMBuilder bOMAssetNtwkHndovrIsRelevant(@Nullable Boolean bOMAssetNtwkHndovrIsRelevant)
Original property name from the Odata EDM: BOMAssetNtwkHndovrIsRelevant
this
.@Nonnull public SalesOrderBOM build()
Copyright © 2021 SAP SE. All rights reserved.