Class CharcAttribSeldSetCode.CharcAttribSeldSetCodeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.characteristicattributecatalog.CharcAttribSeldSetCode.CharcAttribSeldSetCodeBuilder
- Enclosing class:
- CharcAttribSeldSetCode
-
Method Summary
Modifier and TypeMethodDescriptionbuild()characteristicAttributeCode(String characteristicAttributeCode) (Key Field) Constraints: Not nullable, Maximum length: 4characteristicAttributeCodeGrp(String characteristicAttributeCodeGrp) (Key Field) Constraints: Not nullable, Maximum length: 8charcAttribSeldSetCodeChgdBy(String charcAttribSeldSetCodeChgdBy) Constraints: Not nullable, Maximum length: 12charcAttribSeldSetCodeChgdOn(LocalDateTime charcAttribSeldSetCodeChgdOn) Constraints: Not nullable, Precision: 0charcAttribSeldSetCodeCrtedBy(String charcAttribSeldSetCodeCrtedBy) Constraints: Not nullable, Maximum length: 12charcAttribSeldSetCodeCrtedOn(LocalDateTime charcAttribSeldSetCodeCrtedOn) Constraints: Not nullable, Precision: 0charcAttributeValuation(String charcAttributeValuation) Constraints: Not nullable, Maximum length: 1defectClass(String defectClass) Constraints: Not nullable, Maximum length: 2selectedCodeSet(String selectedCodeSet) (Key Field) Constraints: Not nullable, Maximum length: 8selectedCodeSetPlant(String selectedCodeSetPlant) (Key Field) Constraints: Not nullable, Maximum length: 4toString()
-
Method Details
-
selectedCodeSetPlant
@Nonnull public CharcAttribSeldSetCode.CharcAttribSeldSetCodeBuilder selectedCodeSetPlant(@Nullable String selectedCodeSetPlant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SelectedCodeSetPlant
- Returns:
this.
-
selectedCodeSet
@Nonnull public CharcAttribSeldSetCode.CharcAttribSeldSetCodeBuilder selectedCodeSet(@Nullable String selectedCodeSet) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: SelectedCodeSet
- Returns:
this.
-
characteristicAttributeCodeGrp
@Nonnull public CharcAttribSeldSetCode.CharcAttribSeldSetCodeBuilder characteristicAttributeCodeGrp(@Nullable String characteristicAttributeCodeGrp) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CharacteristicAttributeCodeGrp
- Returns:
this.
-
characteristicAttributeCode
@Nonnull public CharcAttribSeldSetCode.CharcAttribSeldSetCodeBuilder characteristicAttributeCode(@Nullable String characteristicAttributeCode) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CharacteristicAttributeCode
- Returns:
this.
-
charcAttributeValuation
@Nonnull public CharcAttribSeldSetCode.CharcAttribSeldSetCodeBuilder charcAttributeValuation(@Nullable String charcAttributeValuation) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CharcAttributeValuation
- Returns:
this.
-
defectClass
@Nonnull public CharcAttribSeldSetCode.CharcAttribSeldSetCodeBuilder defectClass(@Nullable String defectClass) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DefectClass
- Returns:
this.
-
charcAttribSeldSetCodeCrtedBy
@Nonnull public CharcAttribSeldSetCode.CharcAttribSeldSetCodeBuilder charcAttribSeldSetCodeCrtedBy(@Nullable String charcAttribSeldSetCodeCrtedBy) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CharcAttribSeldSetCodeCrtedBy
- Returns:
this.
-
charcAttribSeldSetCodeCrtedOn
@Nonnull public CharcAttribSeldSetCode.CharcAttribSeldSetCodeBuilder charcAttribSeldSetCodeCrtedOn(@Nullable LocalDateTime charcAttribSeldSetCodeCrtedOn) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcAttribSeldSetCodeCrtedOn
- Returns:
this.
-
charcAttribSeldSetCodeChgdBy
@Nonnull public CharcAttribSeldSetCode.CharcAttribSeldSetCodeBuilder charcAttribSeldSetCodeChgdBy(@Nullable String charcAttribSeldSetCodeChgdBy) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CharcAttribSeldSetCodeChgdBy
- Returns:
this.
-
charcAttribSeldSetCodeChgdOn
@Nonnull public CharcAttribSeldSetCode.CharcAttribSeldSetCodeBuilder charcAttribSeldSetCodeChgdOn(@Nullable LocalDateTime charcAttribSeldSetCodeChgdOn) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcAttribSeldSetCodeChgdOn
- Returns:
this.
-
build
-
toString
-