Class SubitemHier.SubitemHierBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SubitemHier.SubitemHierBuilder
- Enclosing class:
- SubitemHier
Helper class to allow for fluent creation of SubitemHier instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnSubitem(SubItem value) Navigation property to_CnsldtnSubitem for SubitemHier to single SubItem.cnsldtnSubitemHierT(SubitemHierText... value) Navigation property to_CnsldtnSubitemHierT for SubitemHier to multiple SubitemHierText.consolidationSubitemHierarchy(String consolidationSubitemHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42hierarchyNode(String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50hierarchyNode_Text(String hierarchyNode_Text) Constraints: Not nullable, Maximum length: 30hierarchyNodeLevel(String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6hierarchyVersion(String hierarchyVersion) Constraints: Not nullable, Maximum length: 15Constraints: Not nullable, Maximum length: 1parentNode(String parentNode) Constraints: Not nullable, Maximum length: 50sequenceNumber(String sequenceNumber) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 10subItem_Text(String subItem_Text) Constraints: Not nullable, Maximum length: 30subItemCategory(String subItemCategory) Constraints: Not nullable, Maximum length: 3subItemCategory_Text(String subItemCategory_Text) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
cnsldtnSubitem
Navigation property to_CnsldtnSubitem for SubitemHier to single SubItem.- Parameters:
value- The SubItem to build this SubitemHier with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnSubitemHierT
Navigation property to_CnsldtnSubitemHierT for SubitemHier to multiple SubitemHierText.- Parameters:
value- The SubitemHierTexts to build this SubitemHier with.- Returns:
- This Builder to allow for a fluent interface.
-
consolidationSubitemHierarchy
@Nonnull public SubitemHier.SubitemHierBuilder consolidationSubitemHierarchy(@Nullable String consolidationSubitemHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: ConsolidationSubitemHierarchy
- Returns:
this.
-
hierarchyNode
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
hierarchyNode_Text
@Nonnull public SubitemHier.SubitemHierBuilder hierarchyNode_Text(@Nullable String hierarchyNode_Text) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: HierarchyNode_Text
- Returns:
this.
-
subItemCategory
Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SubItemCategory
- Returns:
this.
-
subItemCategory_Text
@Nonnull public SubitemHier.SubitemHierBuilder subItemCategory_Text(@Nullable String subItemCategory_Text) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SubItemCategory_Text
- Returns:
this.
-
parentNode
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ParentNode
- Returns:
this.
-
hierarchyVersion
Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: HierarchyVersion
- Returns:
this.
-
subItem
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SubItem
- Returns:
this.
-
subItem_Text
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SubItem_Text
- Returns:
this.
-
sequenceNumber
Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SequenceNumber
- Returns:
this.
-
hierarchyNodeLevel
@Nonnull public SubitemHier.SubitemHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeLevel
- Returns:
this.
-
nodeType
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Returns:
this.
-
build
-
toString
-