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

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

    • cnsldtnProject

      @Nonnull public ProjectHier.ProjectHierBuilder cnsldtnProject(Project value)
      Navigation property to_CnsldtnProject for ProjectHier to single Project.
      Parameters:
      value - The Project to build this ProjectHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • cnsldtnProjectHierT

      @Nonnull public ProjectHier.ProjectHierBuilder cnsldtnProjectHierT(ProjectHierText... value)
      Navigation property to_CnsldtnProjectHierT for ProjectHier to multiple ProjectHierText.
      Parameters:
      value - The ProjectHierTexts to build this ProjectHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • additionalMasterDataHierarchy

      @Nonnull public ProjectHier.ProjectHierBuilder 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 ProjectHier.ProjectHierBuilder 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 ProjectHier.ProjectHierBuilder 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 ProjectHier.ProjectHierBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityEndDate

      Returns:
      this.
    • parentNode

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

      Original property name from the Odata EDM: ParentNode

      Returns:
      this.
    • validityStartDate

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

      Original property name from the Odata EDM: ValidityStartDate

      Returns:
      this.
    • project

      @Nonnull public ProjectHier.ProjectHierBuilder project(@Nullable String project)
      Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: Project

      Returns:
      this.
    • project_Text

      @Nonnull public ProjectHier.ProjectHierBuilder project_Text(@Nullable String project_Text)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Project_Text

      Returns:
      this.
    • sequenceNumber

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

      Original property name from the Odata EDM: SequenceNumber

      Returns:
      this.
    • hierarchyNodeSequence

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

      Original property name from the Odata EDM: HierarchyNodeSequence

      Returns:
      this.
    • hierarchyNodeLevel

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

      Original property name from the Odata EDM: HierarchyNodeLevel

      Returns:
      this.
    • nodeType

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

      Original property name from the Odata EDM: NodeType

      Returns:
      this.
    • build

      @Nonnull public ProjectHier build()
    • toString

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