Class SubItemCategoryText.SubItemCategoryTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SubItemCategoryText.SubItemCategoryTextBuilder
- Enclosing class:
- SubItemCategoryText
Helper class to allow for fluent creation of SubItemCategoryText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnSubitemCategory for SubItemCategoryText to single SubItemCategory.(Key Field) Constraints: Not nullable, Maximum length: 2subItemCategory(String subItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 3subItemCategoryText(String subItemCategoryText) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
cnsldtnSubitemCategory
@Nonnull public SubItemCategoryText.SubItemCategoryTextBuilder cnsldtnSubitemCategory(SubItemCategory value) Navigation property to_CnsldtnSubitemCategory for SubItemCategoryText to single SubItemCategory.- Parameters:
value- The SubItemCategory to build this SubItemCategoryText with.- Returns:
- This Builder to allow for a fluent interface.
-
subItemCategory
@Nonnull public SubItemCategoryText.SubItemCategoryTextBuilder subItemCategory(@Nullable String subItemCategory) (Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SubItemCategory
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
subItemCategoryText
@Nonnull public SubItemCategoryText.SubItemCategoryTextBuilder subItemCategoryText(@Nullable String subItemCategoryText) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SubItemCategoryText
- Returns:
this.
-
build
-
toString
-