public static final class SubItemText.SubItemTextBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SubItemText |
build() |
SubItemText.SubItemTextBuilder |
cnsldtnSubItem(SubItem value)
Navigation property to_CnsldtnSubItem for SubItemText to single SubItem.
|
SubItemText.SubItemTextBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
SubItemText.SubItemTextBuilder |
subItem(String subItem)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
SubItemText.SubItemTextBuilder |
subItemCategory_Text(String subItemCategory_Text)
Constraints: Not nullable, Maximum length: 30
|
SubItemText.SubItemTextBuilder |
subItemCategory(String subItemCategory)
(Key Field) Constraints: Not nullable, Maximum length: 3
|
SubItemText.SubItemTextBuilder |
subItemText(String subItemText)
Constraints: Not nullable, Maximum length: 30
|
String |
toString() |
@Nonnull public SubItemText.SubItemTextBuilder cnsldtnSubItem(SubItem value)
value
- The SubItem to build this SubItemText with.public SubItemText.SubItemTextBuilder subItemCategory(@Nullable String subItemCategory)
Original property name from the Odata EDM: SubItemCategory
this
.public SubItemText.SubItemTextBuilder subItemCategory_Text(@Nullable String subItemCategory_Text)
Original property name from the Odata EDM: SubItemCategory_Text
this
.public SubItemText.SubItemTextBuilder 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.
this
.public SubItemText.SubItemTextBuilder subItem(@Nullable String subItem)
Original property name from the Odata EDM: SubItem
this
.public SubItemText.SubItemTextBuilder subItemText(@Nullable String subItemText)
Original property name from the Odata EDM: SubItemText
this
.public SubItemText build()
Copyright © 2020 SAP SE. All rights reserved.