Class SoldProductHier.SoldProductHierBuilder

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

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

    • cnsldtnProductSold

      @Nonnull public SoldProductHier.SoldProductHierBuilder cnsldtnProductSold(SoldProduct value)
      Navigation property to_CnsldtnProductSold for SoldProductHier to single SoldProduct.
      Parameters:
      value - The SoldProduct to build this SoldProductHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • cnsldtnProductSoldHierT

      @Nonnull public SoldProductHier.SoldProductHierBuilder cnsldtnProductSoldHierT(SoldProductHierText... value)
      Navigation property to_CnsldtnProductSoldHierT for SoldProductHier to multiple SoldProductHierText.
      Parameters:
      value - The SoldProductHierTexts to build this SoldProductHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • additionalMasterDataHierarchy

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

      Original property name from the Odata EDM: ValidityEndDate

      Returns:
      this.
    • parentNode

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

      Original property name from the Odata EDM: ParentNode

      Returns:
      this.
    • validityStartDate

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

      Original property name from the Odata EDM: ValidityStartDate

      Returns:
      this.
    • material

      @Nonnull public SoldProductHier.SoldProductHierBuilder material(@Nullable String material)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Material

      Returns:
      this.
    • material_Text

      @Nonnull public SoldProductHier.SoldProductHierBuilder material_Text(@Nullable String material_Text)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Material_Text

      Returns:
      this.
    • sequenceNumber

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

      Original property name from the Odata EDM: SequenceNumber

      Returns:
      this.
    • hierarchyNodeSequence

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

      Original property name from the Odata EDM: HierarchyNodeSequence

      Returns:
      this.
    • hierarchyNodeLevel

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

      Original property name from the Odata EDM: HierarchyNodeLevel

      Returns:
      this.
    • nodeType

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

      Original property name from the Odata EDM: NodeType

      Returns:
      this.
    • build

      @Nonnull public SoldProductHier build()
    • toString

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