Class CostCenterHierText.CostCenterHierTextBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CostCenterHierText.CostCenterHierTextBuilder
- Enclosing class:
- CostCenterHierText
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataHierarchy(String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40build()controllingArea(String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4hierarchyNode(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: 1toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
controllingArea
@Nonnull public CostCenterHierText.CostCenterHierTextBuilder controllingArea(@Nullable String controllingArea) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ControllingArea
- Returns:
this.
-
additionalMasterDataHierarchy
@Nonnull public CostCenterHierText.CostCenterHierTextBuilder additionalMasterDataHierarchy(@Nullable String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AdditionalMasterDataHierarchy
- Returns:
this.
-
hierarchyNode
@Nonnull public CostCenterHierText.CostCenterHierTextBuilder hierarchyNode(@Nullable String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
validityEndDate
@Nonnull public CostCenterHierText.CostCenterHierTextBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
language
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
hierarchyNodeText
@Nonnull public CostCenterHierText.CostCenterHierTextBuilder hierarchyNodeText(@Nullable String hierarchyNodeText) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNodeText
- Returns:
this.
-
validityStartDate
@Nonnull public CostCenterHierText.CostCenterHierTextBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
nodeType
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Returns:
this.
-
build
-
toString
-