Class DocumentTypeHier.DocumentTypeHierBuilder

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

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

    • cnsldtnDocumentType

      @Nonnull public DocumentTypeHier.DocumentTypeHierBuilder cnsldtnDocumentType(ConsolidationDocumentType value)
      Navigation property to_CnsldtnDocumentType for DocumentTypeHier to single ConsolidationDocumentType.
      Parameters:
      value - The ConsolidationDocumentType to build this DocumentTypeHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • cnsldtnDocumentTypeHierT

      @Nonnull public DocumentTypeHier.DocumentTypeHierBuilder cnsldtnDocumentTypeHierT(DocumentTypeHierText... value)
      Navigation property to_CnsldtnDocumentTypeHierT for DocumentTypeHier to multiple DocumentTypeHierText.
      Parameters:
      value - The DocumentTypeHierTexts to build this DocumentTypeHier with.
      Returns:
      This Builder to allow for a fluent interface.
    • consolidationDocTypeHierarchy

      @Nonnull public DocumentTypeHier.DocumentTypeHierBuilder consolidationDocTypeHierarchy(@Nullable String consolidationDocTypeHierarchy)
      (Key Field) Constraints: Not nullable, Maximum length: 42

      Original property name from the Odata EDM: ConsolidationDocTypeHierarchy

      Returns:
      this.
    • hierarchyNode

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

      Original property name from the Odata EDM: ValidityEndDate

      Returns:
      this.
    • validityStartDate

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

      Original property name from the Odata EDM: ValidityStartDate

      Returns:
      this.
    • parentNode

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

      Original property name from the Odata EDM: ParentNode

      Returns:
      this.
    • consolidationDocumentType

      @Nonnull public DocumentTypeHier.DocumentTypeHierBuilder consolidationDocumentType(@Nullable String consolidationDocumentType)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: ConsolidationDocumentType

      Returns:
      this.
    • consolidationDocumentType_Text

      @Nonnull public DocumentTypeHier.DocumentTypeHierBuilder consolidationDocumentType_Text(@Nullable String consolidationDocumentType_Text)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: ConsolidationDocumentType_Text

      Returns:
      this.
    • sequenceNumber

      @Nonnull public DocumentTypeHier.DocumentTypeHierBuilder sequenceNumber(@Nullable String sequenceNumber)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SequenceNumber

      Returns:
      this.
    • hierarchyNodeLevel

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

      Original property name from the Odata EDM: HierarchyNodeLevel

      Returns:
      this.
    • nodeType

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

      Original property name from the Odata EDM: NodeType

      Returns:
      this.
    • build

      @Nonnull public DocumentTypeHier build()
    • toString

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