Class GrantCoreHierNode.GrantCoreHierNodeBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.granthierarchy.GrantCoreHierNode.GrantCoreHierNodeBuilder
Enclosing class:
GrantCoreHierNode

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

    • grantCoreHierarchy

      @Nonnull public GrantCoreHierNode.GrantCoreHierNodeBuilder grantCoreHierarchy(GrantCoreHierarchy value)
      Navigation property to_GrantCoreHierarchy for GrantCoreHierNode to single GrantCoreHierarchy.
      Parameters:
      value - The GrantCoreHierarchy to build this GrantCoreHierNode with.
      Returns:
      This Builder to allow for a fluent interface.
    • grantCoreHierarchyNodeText

      @Nonnull public GrantCoreHierNode.GrantCoreHierNodeBuilder grantCoreHierarchyNodeText(GrantCoreHierarchyNodeText... value)
      Navigation property to_GrantCoreHierarchyNodeText for GrantCoreHierNode to multiple GrantCoreHierarchyNodeText.
      Parameters:
      value - The GrantCoreHierarchyNodeTexts to build this GrantCoreHierNode with.
      Returns:
      This Builder to allow for a fluent interface.
    • grantHierarchy

      @Nonnull public GrantCoreHierNode.GrantCoreHierNodeBuilder grantHierarchy(@Nullable String grantHierarchy)
      (Key Field) Constraints: Not nullable, Maximum length: 42

      Original property name from the Odata EDM: GrantHierarchy

      Returns:
      this.
    • hierarchyNode

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

      Original property name from the Odata EDM: HierarchyNode

      Returns:
      this.
    • validityEndDate

      @Nonnull public GrantCoreHierNode.GrantCoreHierNodeBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
      (Key Field) Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ValidityEndDate

      Returns:
      this.
    • parentNode

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

      Original property name from the Odata EDM: ParentNode

      Returns:
      this.
    • hierarchyVersion

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

      Original property name from the Odata EDM: HierarchyVersion

      Returns:
      this.
    • validityStartDate

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

      Original property name from the Odata EDM: ValidityStartDate

      Returns:
      this.
    • grantID

      @Nonnull public GrantCoreHierNode.GrantCoreHierNodeBuilder grantID(@Nullable String grantID)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: GrantID

      Returns:
      this.
    • hierarchyNodeSequence

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

      Original property name from the Odata EDM: HierarchyNodeSequence

      Returns:
      this.
    • hierarchyNodeLevel

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

      Original property name from the Odata EDM: HierarchyNodeLevel

      Returns:
      this.
    • nodeType

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

      Original property name from the Odata EDM: NodeType

      Returns:
      this.
    • build

      @Nonnull public GrantCoreHierNode build()
    • toString

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