Class VarCnfTblText.VarCnfTblTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.varianttable.VarCnfTblText.VarCnfTblTextBuilder
- Enclosing class:
- VarCnfTblText
Helper class to allow for fluent creation of VarCnfTblText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()languageCode(String languageCode) (Key Field) Constraints: Not nullable, Maximum length: 2table(VariantConfigurationTable value) Navigation property _Table for VarCnfTblText to single VariantConfigurationTable.toString()varConfignTblDescription(String varConfignTblDescription) Constraints: Not nullable, Maximum length: 40varConfignTblName(String varConfignTblName) (Key Field) Constraints: Not nullable, Maximum length: 18
-
Method Details
-
table
Navigation property _Table for VarCnfTblText to single VariantConfigurationTable.- Parameters:
value- The VariantConfigurationTable to build this VarCnfTblText with.- Returns:
- This Builder to allow for a fluent interface.
-
varConfignTblName
@Nonnull public VarCnfTblText.VarCnfTblTextBuilder varConfignTblName(@Nullable String varConfignTblName) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: VarConfignTblName
- Returns:
this.
-
languageCode
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: LanguageCode
- Returns:
this.
-
varConfignTblDescription
@Nonnull public VarCnfTblText.VarCnfTblTextBuilder varConfignTblDescription(@Nullable String varConfignTblDescription) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: VarConfignTblDescription
- Returns:
this.
-
build
-
toString
-