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.public SubItemCategoryText.SubItemCategoryTextBuilder subItemCategory(@Nullable String subItemCategory)
Original property name from the Odata EDM: SubItemCategory
public SubItemCategoryText.SubItemCategoryTextBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
- the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts.
public SubItemCategoryText.SubItemCategoryTextBuilder subItemCategoryText(@Nullable String subItemCategoryText)
Original property name from the Odata EDM: SubItemCategoryText
public SubItemCategoryText build()
Copyright © 2019 SAP SE. All rights reserved.