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

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

    • cnsldtnCustomer

      @Nonnull public CustomerHier.CustomerHierBuilder cnsldtnCustomer(Customer value)
      Navigation property to_CnsldtnCustomer for CustomerHier to single Customer.
      Parameters:
      value - The Customer to build this CustomerHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • cnsldtnCustomerHierT

      @Nonnull public CustomerHier.CustomerHierBuilder cnsldtnCustomerHierT(CustomerHierText... value)
      Navigation property to_CnsldtnCustomerHierT for CustomerHier to multiple CustomerHierText.
      Parameters:
      value - The CustomerHierTexts to build this CustomerHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • additionalMasterDataHierarchy

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

      Original property name from the Odata EDM: ValidityEndDate

      Returns:
      this.
    • parentNode

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

      Original property name from the Odata EDM: ParentNode

      Returns:
      this.
    • validityStartDate

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

      Original property name from the Odata EDM: ValidityStartDate

      Returns:
      this.
    • customer

      @Nonnull public CustomerHier.CustomerHierBuilder customer(@Nullable String customer)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: Customer

      Returns:
      this.
    • customer_Text

      @Nonnull public CustomerHier.CustomerHierBuilder customer_Text(@Nullable String customer_Text)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: Customer_Text

      Returns:
      this.
    • sequenceNumber

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

      Original property name from the Odata EDM: SequenceNumber

      Returns:
      this.
    • hierarchyNodeSequence

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

      Original property name from the Odata EDM: HierarchyNodeSequence

      Returns:
      this.
    • hierarchyNodeLevel

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

      Original property name from the Odata EDM: HierarchyNodeLevel

      Returns:
      this.
    • nodeType

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

      Original property name from the Odata EDM: NodeType

      Returns:
      this.
    • build

      @Nonnull public CustomerHier build()
    • toString

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