Class CostCenterHier.CostCenterHierBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CostCenterHier.CostCenterHierBuilder
Enclosing class:
CostCenterHier

public static final class CostCenterHier.CostCenterHierBuilder extends Object
Helper class to allow for fluent creation of CostCenterHier instances.
  • Method Details

    • cnsldtnCostCenter

      @Nonnull public CostCenterHier.CostCenterHierBuilder cnsldtnCostCenter(CostCenter value)
      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: 4

      Original 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: 40

      Original property name from the Odata EDM: AdditionalMasterDataHierarchy

      Returns:
      this.
    • hierarchyNode

      @Nonnull public CostCenterHier.CostCenterHierBuilder hierarchyNode(@Nullable String hierarchyNode)
      (Key Field) Constraints: Not nullable, Maximum length: 50

      Original 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: 50

      Original 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: 0

      Original property name from the Odata EDM: ValidityEndDate

      Returns:
      this.
    • parentNode

      @Nonnull public CostCenterHier.CostCenterHierBuilder parentNode(@Nullable String parentNode)
      Constraints: Not nullable, Maximum length: 50

      Original property name from the Odata EDM: ParentNode

      Returns:
      this.
    • hierarchyVersion

      @Nonnull public CostCenterHier.CostCenterHierBuilder hierarchyVersion(@Nullable String hierarchyVersion)
      Constraints: Not nullable, Maximum length: 15

      Original property name from the Odata EDM: HierarchyVersion

      Returns:
      this.
    • validityStartDate

      @Nonnull public CostCenterHier.CostCenterHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityStartDate

      Returns:
      this.
    • costCenter

      @Nonnull public CostCenterHier.CostCenterHierBuilder costCenter(@Nullable String costCenter)
      Constraints: Not nullable, Maximum length: 10

      Original 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: 20

      Original property name from the Odata EDM: CostCenter_Text

      Returns:
      this.
    • sequenceNumber

      @Nonnull public CostCenterHier.CostCenterHierBuilder sequenceNumber(@Nullable String sequenceNumber)
      Constraints: Not nullable, Maximum length: 56

      Original property name from the Odata EDM: SequenceNumber

      Returns:
      this.
    • hierarchyNodeSequence

      @Nonnull public CostCenterHier.CostCenterHierBuilder hierarchyNodeSequence(@Nullable String hierarchyNodeSequence)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: HierarchyNodeSequence

      Returns:
      this.
    • hierarchyNodeLevel

      @Nonnull public CostCenterHier.CostCenterHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: HierarchyNodeLevel

      Returns:
      this.
    • nodeType

      @Nonnull public CostCenterHier.CostCenterHierBuilder nodeType(@Nullable String nodeType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: NodeType

      Returns:
      this.
    • build

      @Nonnull public CostCenterHier build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object