Class CharcAttribSeldSetT.CharcAttribSeldSetTBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.characteristicattributecatalog.CharcAttribSeldSetT.CharcAttribSeldSetTBuilder
- Enclosing class:
- CharcAttribSeldSetT
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) 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: 4selectedCodeSetText(String selectedCodeSetText) Constraints: Not nullable, Maximum length: 40toString()
-
Method Details
-
selectedCodeSetPlant
@Nonnull public CharcAttribSeldSetT.CharcAttribSeldSetTBuilder selectedCodeSetPlant(@Nullable String selectedCodeSetPlant) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: SelectedCodeSetPlant
- Returns:
this.
-
selectedCodeSet
@Nonnull public CharcAttribSeldSetT.CharcAttribSeldSetTBuilder selectedCodeSet(@Nullable String selectedCodeSet) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: SelectedCodeSet
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
selectedCodeSetText
@Nonnull public CharcAttribSeldSetT.CharcAttribSeldSetTBuilder selectedCodeSetText(@Nullable String selectedCodeSetText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SelectedCodeSetText
- Returns:
this.
-
build
-
toString
-