Class CostCenterHier.CostCenterHierBuilder
- Enclosing class:
- CostCenterHier
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataHierarchy(String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40build()cnsldtnCostCenter(CostCenter value) Navigation property to_CnsldtnCostCenter for CostCenterHier to single CostCenter.cnsldtnCostCenterHierT(CostCenterHierText... value) Navigation property to_CnsldtnCostCenterHierT for CostCenterHier to multiple CostCenterHierText.controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4costCenter(String costCenter) Constraints: Not nullable, Maximum length: 10costCenter_Text(String costCenter_Text) Constraints: Not nullable, Maximum length: 20hierarchyNode(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: 6hierarchyNodeSequence(String hierarchyNodeSequence) 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: 56toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
cnsldtnCostCenter
Navigation property to_CnsldtnCostCenter for CostCenterHier to single CostCenter.- Parameters:
value- The CostCenter to build this CostCenterHier with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnCostCenterHierT
@Nonnull public CostCenterHier.CostCenterHierBuilder cnsldtnCostCenterHierT(CostCenterHierText... value) Navigation property to_CnsldtnCostCenterHierT for CostCenterHier to multiple CostCenterHierText.- Parameters:
value- The CostCenterHierTexts to build this CostCenterHier with.- Returns:
- This Builder to allow for a fluent interface.
-
controllingArea
@Nonnull public CostCenterHier.CostCenterHierBuilder controllingArea(@Nullable String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
additionalMasterDataHierarchy
@Nonnull public CostCenterHier.CostCenterHierBuilder additionalMasterDataHierarchy(@Nullable String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AdditionalMasterDataHierarchy
- Returns:
this.
-
hierarchyNode
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
hierarchyNode_Text
@Nonnull public CostCenterHier.CostCenterHierBuilder 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 CostCenterHier.CostCenterHierBuilder 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 CostCenterHier.CostCenterHierBuilder hierarchyVersion(@Nullable String hierarchyVersion) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: HierarchyVersion
- Returns:
this.
-
validityStartDate
@Nonnull public CostCenterHier.CostCenterHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
costCenter
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CostCenter
- Returns:
this.
-
costCenter_Text
@Nonnull public CostCenterHier.CostCenterHierBuilder costCenter_Text(@Nullable String costCenter_Text) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CostCenter_Text
- Returns:
this.
-
sequenceNumber
@Nonnull public CostCenterHier.CostCenterHierBuilder sequenceNumber(@Nullable String sequenceNumber) Constraints: Not nullable, Maximum length: 56Original property name from the Odata EDM: SequenceNumber
- Returns:
this.
-
hierarchyNodeSequence
@Nonnull public CostCenterHier.CostCenterHierBuilder hierarchyNodeSequence(@Nullable String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeSequence
- Returns:
this.
-
hierarchyNodeLevel
@Nonnull public CostCenterHier.CostCenterHierBuilder 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
-