public static final class DefectClass.DefectClassBuilder extends Object
Modifier and Type | Method and Description |
---|---|
DefectClass |
build() |
DefectClass.DefectClassBuilder |
defectClass(String defectClass)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
DefectClass.DefectClassBuilder |
inspectionLotQualityScore(BigDecimal inspectionLotQualityScore)
Constraints: Not nullable, Precision: 3, Scale: 0
|
DefectClass.DefectClassBuilder |
text(DefectClassText... value)
Navigation property to_Text for DefectClass to multiple DefectClassText.
|
String |
toString() |
@Nonnull public DefectClass.DefectClassBuilder text(DefectClassText... value)
value
- The DefectClassTexts to build this DefectClass with.public DefectClass.DefectClassBuilder defectClass(@Nullable String defectClass)
Original property name from the Odata EDM: DefectClass
Defects are usually assigned to one of three classes: critical defect, major defect, or minor defect.
by the defect.public DefectClass.DefectClassBuilder inspectionLotQualityScore(@Nullable BigDecimal inspectionLotQualityScore)
Original property name from the Odata EDM: InspectionLotQualityScore
The quality score provides input, along with other factors, to the vendor evaluation.
public DefectClass build()
Copyright © 2019 SAP SE. All rights reserved.