Class FundCoreHierNode.FundCoreHierNodeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.fundhierarchy.FundCoreHierNode.FundCoreHierNodeBuilder
- Enclosing class:
- FundCoreHierNode
Helper class to allow for fluent creation of FundCoreHierNode instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()financialManagementArea(String financialManagementArea) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 10Navigation property to_FundCoreHierarchy for FundCoreHierNode to single FundCoreHierarchy.Navigation property to_FundCoreHierarchyNodeText for FundCoreHierNode to multiple FundCoreHierarchyNodeText.fundHierarchy(String fundHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42hierarchyNode(String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50hierarchyNodeLevel(String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6hierarchyNodeSequence(String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6hierarchyNodeVal(String hierarchyNodeVal) Constraints: Not nullable, Maximum length: 40hierarchyVersion(String hierarchyVersion) Constraints: Not nullable, Maximum length: 15Constraints: Not nullable, Maximum length: 1parentNode(String parentNode) Constraints: Not nullable, Maximum length: 50toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
fundCoreHierarchy
Navigation property to_FundCoreHierarchy for FundCoreHierNode to single FundCoreHierarchy.- Parameters:
value- The FundCoreHierarchy to build this FundCoreHierNode with.- Returns:
- This Builder to allow for a fluent interface.
-
fundCoreHierarchyNodeText
@Nonnull public FundCoreHierNode.FundCoreHierNodeBuilder fundCoreHierarchyNodeText(FundCoreHierarchyNodeText... value) Navigation property to_FundCoreHierarchyNodeText for FundCoreHierNode to multiple FundCoreHierarchyNodeText.- Parameters:
value- The FundCoreHierarchyNodeTexts to build this FundCoreHierNode with.- Returns:
- This Builder to allow for a fluent interface.
-
fundHierarchy
@Nonnull public FundCoreHierNode.FundCoreHierNodeBuilder fundHierarchy(@Nullable String fundHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42Original property name from the Odata EDM: FundHierarchy
- Returns:
this.
-
hierarchyNode
@Nonnull public FundCoreHierNode.FundCoreHierNodeBuilder hierarchyNode(@Nullable String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
validityEndDate
@Nonnull public FundCoreHierNode.FundCoreHierNodeBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
parentNode
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ParentNode
- Returns:
this.
-
hierarchyVersion
@Nonnull public FundCoreHierNode.FundCoreHierNodeBuilder hierarchyVersion(@Nullable String hierarchyVersion) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: HierarchyVersion
- Returns:
this.
-
validityStartDate
@Nonnull public FundCoreHierNode.FundCoreHierNodeBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
financialManagementArea
@Nonnull public FundCoreHierNode.FundCoreHierNodeBuilder financialManagementArea(@Nullable String financialManagementArea) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: FinancialManagementArea
- Returns:
this.
-
fund
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Fund
- Returns:
this.
-
hierarchyNodeSequence
@Nonnull public FundCoreHierNode.FundCoreHierNodeBuilder hierarchyNodeSequence(@Nullable String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeSequence
- Returns:
this.
-
hierarchyNodeLevel
@Nonnull public FundCoreHierNode.FundCoreHierNodeBuilder 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.
-
hierarchyNodeVal
@Nonnull public FundCoreHierNode.FundCoreHierNodeBuilder hierarchyNodeVal(@Nullable String hierarchyNodeVal) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: HierarchyNodeVal
- Returns:
this.
-
build
-
toString
-