Class DefectCodeGroup.DefectCodeGroupBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup.DefectCodeGroup.DefectCodeGroupBuilder
Enclosing class:
DefectCodeGroup

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

    • text

      Navigation property to_Text for DefectCodeGroup to multiple DefectCodeGroupText.
      Parameters:
      value - The DefectCodeGroupTexts to build this DefectCodeGroup with.
      Returns:
      This Builder to allow for a fluent interface.
    • defectCodeGroup

      @Nonnull public DefectCodeGroup.DefectCodeGroupBuilder defectCodeGroup(@Nullable String defectCodeGroup)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: DefectCodeGroup

      Returns:
      this.
    • codeGroupIsInactive

      @Nonnull public DefectCodeGroup.DefectCodeGroupBuilder codeGroupIsInactive(@Nullable String codeGroupIsInactive)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: CodeGroupIsInactive

      Returns:
      this.
    • codeGroupIsUsable

      @Nonnull public DefectCodeGroup.DefectCodeGroupBuilder codeGroupIsUsable(@Nullable Boolean codeGroupIsUsable)
      Constraints: none

      Original property name from the Odata EDM: CodeGroupIsUsable

      Returns:
      this.
    • build

      @Nonnull public DefectCodeGroup build()
    • toString

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