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