public static final class SubItemCategoryText.SubItemCategoryTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SubItemCategoryText |
build() |
SubItemCategoryText.SubItemCategoryTextBuilder |
cnsldtnSubitemCategory(SubItemCategory value)
Navigation property to_CnsldtnSubitemCategory for SubItemCategoryText to single
SubItemCategory.
|
SubItemCategoryText.SubItemCategoryTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
SubItemCategoryText.SubItemCategoryTextBuilder |
subItemCategory(String subItemCategory)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
SubItemCategoryText.SubItemCategoryTextBuilder |
subItemCategoryText(String subItemCategoryText)
Constraints: Not nullable, Maximum length: 30
|
String |
toString() |
@Nonnull public SubItemCategoryText.SubItemCategoryTextBuilder cnsldtnSubitemCategory(SubItemCategory value)
value
- The SubItemCategory to build this SubItemCategoryText with.@Nonnull public SubItemCategoryText.SubItemCategoryTextBuilder subItemCategory(@Nullable String subItemCategory)
Original property name from the Odata EDM: SubItemCategory
this
.@Nonnull public SubItemCategoryText.SubItemCategoryTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
this
.@Nonnull public SubItemCategoryText.SubItemCategoryTextBuilder subItemCategoryText(@Nullable String subItemCategoryText)
Original property name from the Odata EDM: SubItemCategoryText
this
.@Nonnull public SubItemCategoryText build()
Copyright © 2021 SAP SE. All rights reserved.