Class MerchandiseCategoryText.MerchandiseCategoryTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.merchandisecategory.MerchandiseCategoryText.MerchandiseCategoryTextBuilder
- Enclosing class:
- MerchandiseCategoryText
Helper class to allow for fluent creation of MerchandiseCategoryText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()(Key Field) Constraints: Not nullable, Maximum length: 2merchandiseCategory(String merchandiseCategory) (Key Field) Constraints: Not nullable, Maximum length: 9merchandiseCategoryName(String merchandiseCategoryName) Constraints: Not nullable, Maximum length: 20merchandiseCategoryText(String merchandiseCategoryText) Constraints: Not nullable, Maximum length: 60Navigation property _MerchandiseCategoryTP for MerchandiseCategoryText to single MerchandiseCategory.toString()
-
Method Details
-
merchandiseCategoryTP
@Nonnull public MerchandiseCategoryText.MerchandiseCategoryTextBuilder merchandiseCategoryTP(MerchandiseCategory value) Navigation property _MerchandiseCategoryTP for MerchandiseCategoryText to single MerchandiseCategory.- Parameters:
value- The MerchandiseCategory to build this MerchandiseCategoryText with.- Returns:
- This Builder to allow for a fluent interface.
-
merchandiseCategory
@Nonnull public MerchandiseCategoryText.MerchandiseCategoryTextBuilder merchandiseCategory(@Nullable String merchandiseCategory) (Key Field) Constraints: Not nullable, Maximum length: 9Original property name from the Odata EDM: MerchandiseCategory
- Returns:
this.
-
language
@Nonnull public MerchandiseCategoryText.MerchandiseCategoryTextBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
merchandiseCategoryName
@Nonnull public MerchandiseCategoryText.MerchandiseCategoryTextBuilder merchandiseCategoryName(@Nullable String merchandiseCategoryName) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: MerchandiseCategoryName
- Returns:
this.
-
merchandiseCategoryText
@Nonnull public MerchandiseCategoryText.MerchandiseCategoryTextBuilder merchandiseCategoryText(@Nullable String merchandiseCategoryText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: MerchandiseCategoryText
- Returns:
this.
-
build
-
toString
-