Class DefectClass.DefectClassBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass.DefectClass.DefectClassBuilder
- Enclosing class:
- DefectClass
Helper class to allow for fluent creation of DefectClass instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()defectClass(String defectClass) (Key Field) Constraints: Not nullable, Maximum length: 2inspectionLotQualityScore(BigDecimal inspectionLotQualityScore) Constraints: Not nullable, Precision: 3, Scale: 0text(DefectClassText... value) Navigation property to_Text for DefectClass to multiple DefectClassText.toString()
-
Method Details
-
text
Navigation property to_Text for DefectClass to multiple DefectClassText.- Parameters:
value- The DefectClassTexts to build this DefectClass with.- Returns:
- This Builder to allow for a fluent interface.
-
defectClass
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DefectClass
- Returns:
this.
-
inspectionLotQualityScore
@Nonnull public DefectClass.DefectClassBuilder inspectionLotQualityScore(@Nullable BigDecimal inspectionLotQualityScore) Constraints: Not nullable, Precision: 3, Scale: 0Original property name from the Odata EDM: InspectionLotQualityScore
- Returns:
this.
-
build
-
toString
-