Class CharcAttribSeldCodeSet.CharcAttribSeldCodeSetBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.characteristicattributecatalog.CharcAttribSeldCodeSet.CharcAttribSeldCodeSetBuilder
- Enclosing class:
- CharcAttribSeldCodeSet
-
Method Summary
Modifier and TypeMethodDescriptionbuild()charcAttribSeldSetCreatedBy(String charcAttribSeldSetCreatedBy) Constraints: Not nullable, Maximum length: 12charcAttribSeldSetCrtedOn(LocalDateTime charcAttribSeldSetCrtedOn) Constraints: Not nullable, Precision: 0charcAttribSeldSetLastChgdBy(String charcAttribSeldSetLastChgdBy) Constraints: Not nullable, Maximum length: 12charcAttribSeldSetLastChgdOn(LocalDateTime charcAttribSeldSetLastChgdOn) Constraints: Not nullable, Precision: 0inspectionSelectedSetStatus(String inspectionSelectedSetStatus) Constraints: Not nullable, Maximum length: 1selectedCodeSet(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 CharcAttribSeldCodeSet.CharcAttribSeldCodeSetBuilder selectedCodeSetPlant(@Nullable String selectedCodeSetPlant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SelectedCodeSetPlant
- Returns:
this.
-
selectedCodeSet
@Nonnull public CharcAttribSeldCodeSet.CharcAttribSeldCodeSetBuilder selectedCodeSet(@Nullable String selectedCodeSet) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: SelectedCodeSet
- Returns:
this.
-
inspectionSelectedSetStatus
@Nonnull public CharcAttribSeldCodeSet.CharcAttribSeldCodeSetBuilder inspectionSelectedSetStatus(@Nullable String inspectionSelectedSetStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionSelectedSetStatus
- Returns:
this.
-
charcAttribSeldSetCreatedBy
@Nonnull public CharcAttribSeldCodeSet.CharcAttribSeldCodeSetBuilder charcAttribSeldSetCreatedBy(@Nullable String charcAttribSeldSetCreatedBy) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CharcAttribSeldSetCreatedBy
- Returns:
this.
-
charcAttribSeldSetCrtedOn
@Nonnull public CharcAttribSeldCodeSet.CharcAttribSeldCodeSetBuilder charcAttribSeldSetCrtedOn(@Nullable LocalDateTime charcAttribSeldSetCrtedOn) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcAttribSeldSetCrtedOn
- Returns:
this.
-
charcAttribSeldSetLastChgdBy
@Nonnull public CharcAttribSeldCodeSet.CharcAttribSeldCodeSetBuilder charcAttribSeldSetLastChgdBy(@Nullable String charcAttribSeldSetLastChgdBy) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CharcAttribSeldSetLastChgdBy
- Returns:
this.
-
charcAttribSeldSetLastChgdOn
@Nonnull public CharcAttribSeldCodeSet.CharcAttribSeldCodeSetBuilder charcAttribSeldSetLastChgdOn(@Nullable LocalDateTime charcAttribSeldSetLastChgdOn) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CharcAttribSeldSetLastChgdOn
- Returns:
this.
-
build
-
toString
-