Class DefectClass.DefectClassBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectclass.DefectClass.DefectClassBuilder
Enclosing class:
DefectClass

public static final class DefectClass.DefectClassBuilder extends Object
Helper class to allow for fluent creation of DefectClass instances.
  • Method Details

    • text

      @Nonnull public DefectClass.DefectClassBuilder text(DefectClassText... value)
      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

      @Nonnull public DefectClass.DefectClassBuilder defectClass(@Nullable String defectClass)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: DefectClass

      Returns:
      this.
    • inspectionLotQualityScore

      @Nonnull public DefectClass.DefectClassBuilder inspectionLotQualityScore(@Nullable BigDecimal inspectionLotQualityScore)
      Constraints: Not nullable, Precision: 3, Scale: 0

      Original property name from the Odata EDM: InspectionLotQualityScore

      Returns:
      this.
    • build

      @Nonnull public DefectClass build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object