Class CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder
- Enclosing class:
- CnsldtnInvesteeUnitHier
Helper class to allow for fluent creation of CnsldtnInvesteeUnitHier instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_CnsldtnInvesteeUnit for CnsldtnInvesteeUnitHier to single CnsldtnInvesteeUnit.Navigation property to_CnsldtnInvesteeUnitHierT for CnsldtnInvesteeUnitHier to multiple CnsldtnInvesteeUnitHierText.consolidationUnit(String consolidationUnit) Constraints: Not nullable, Maximum length: 18consolidationUnit_Text(String consolidationUnit_Text) Constraints: Not nullable, Maximum length: 40consolidationUnitHierarchy(String consolidationUnitHierarchy) (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: 50hierarchyNodeLevel(String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 1parentNode(String parentNode) Constraints: Not nullable, Maximum length: 50sequenceNumber(String sequenceNumber) Constraints: Not nullable, Maximum length: 6toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
cnsldtnInvesteeUnit
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder cnsldtnInvesteeUnit(CnsldtnInvesteeUnit value) Navigation property to_CnsldtnInvesteeUnit for CnsldtnInvesteeUnitHier to single CnsldtnInvesteeUnit.- Parameters:
value- The CnsldtnInvesteeUnit to build this CnsldtnInvesteeUnitHier with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnInvesteeUnitHierT
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder cnsldtnInvesteeUnitHierT(CnsldtnInvesteeUnitHierText... value) Navigation property to_CnsldtnInvesteeUnitHierT for CnsldtnInvesteeUnitHier to multiple CnsldtnInvesteeUnitHierText.- Parameters:
value- The CnsldtnInvesteeUnitHierTexts to build this CnsldtnInvesteeUnitHier with.- Returns:
- This Builder to allow for a fluent interface.
-
consolidationUnitHierarchy
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder consolidationUnitHierarchy(@Nullable String consolidationUnitHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: ConsolidationUnitHierarchy
- Returns:
this.
-
hierarchyNode
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder hierarchyNode(@Nullable String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
hierarchyNode_Text
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder hierarchyNode_Text(@Nullable String hierarchyNode_Text) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode_Text
- Returns:
this.
-
validityEndDate
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
validityStartDate
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
parentNode
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder parentNode(@Nullable String parentNode) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ParentNode
- Returns:
this.
-
consolidationUnit
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder consolidationUnit(@Nullable String consolidationUnit) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: ConsolidationUnit
- Returns:
this.
-
consolidationUnit_Text
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder consolidationUnit_Text(@Nullable String consolidationUnit_Text) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: ConsolidationUnit_Text
- Returns:
this.
-
sequenceNumber
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder sequenceNumber(@Nullable String sequenceNumber) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SequenceNumber
- Returns:
this.
-
hierarchyNodeLevel
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeLevel
- Returns:
this.
-
nodeType
@Nonnull public CnsldtnInvesteeUnitHier.CnsldtnInvesteeUnitHierBuilder nodeType(@Nullable String nodeType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Returns:
this.
-
build
-
toString
-