Class SubitemHierText.SubitemHierTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SubitemHierText.SubitemHierTextBuilder
- Enclosing class:
- SubitemHierText
Helper class to allow for fluent creation of SubitemHierText instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()cnsldtnSubitemHier(SubitemHier value) Navigation property to_CnsldtnSubitemHier for SubitemHierText to single SubitemHier.consolidationSubitemHierarchy(String consolidationSubitemHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42hierarchyNode(String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50hierarchyNodeText(String hierarchyNodeText) Constraints: Not nullable, Maximum length: 50(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 1subItemCategory(String subItemCategory) Constraints: Not nullable, Maximum length: 3subItemCategory_Text(String subItemCategory_Text) Constraints: Not nullable, Maximum length: 30toString()
-
Method Details
-
cnsldtnSubitemHier
Navigation property to_CnsldtnSubitemHier for SubitemHierText to single SubitemHier.- Parameters:
value- The SubitemHier to build this SubitemHierText with.- Returns:
- This Builder to allow for a fluent interface.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
consolidationSubitemHierarchy
@Nonnull public SubitemHierText.SubitemHierTextBuilder consolidationSubitemHierarchy(@Nullable String consolidationSubitemHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: ConsolidationSubitemHierarchy
- Returns:
this.
-
hierarchyNode
@Nonnull public SubitemHierText.SubitemHierTextBuilder hierarchyNode(@Nullable String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
subItemCategory
@Nonnull public SubitemHierText.SubitemHierTextBuilder subItemCategory(@Nullable String subItemCategory) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: SubItemCategory
- Returns:
this.
-
subItemCategory_Text
@Nonnull public SubitemHierText.SubitemHierTextBuilder subItemCategory_Text(@Nullable String subItemCategory_Text) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SubItemCategory_Text
- Returns:
this.
-
hierarchyNodeText
@Nonnull public SubitemHierText.SubitemHierTextBuilder hierarchyNodeText(@Nullable String hierarchyNodeText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNodeText
- Returns:
this.
-
nodeType
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Returns:
this.
-
build
-
toString
-