Class GrantCoreHierNode.GrantCoreHierNodeBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.granthierarchy.GrantCoreHierNode.GrantCoreHierNodeBuilder
- Enclosing class:
- GrantCoreHierNode
Helper class to allow for fluent creation of GrantCoreHierNode instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Navigation property to_GrantCoreHierarchy for GrantCoreHierNode to single GrantCoreHierarchy.Navigation property to_GrantCoreHierarchyNodeText for GrantCoreHierNode to multiple GrantCoreHierarchyNodeText.grantHierarchy(String grantHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 42Constraints: Not nullable, Maximum length: 20hierarchyNode(String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50hierarchyNodeLevel(String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6hierarchyNodeSequence(String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6hierarchyVersion(String hierarchyVersion) Constraints: Not nullable, Maximum length: 15Constraints: Not nullable, Maximum length: 1parentNode(String parentNode) Constraints: Not nullable, Maximum length: 50toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
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: 42Original 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: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
validityEndDate
@Nonnull public GrantCoreHierNode.GrantCoreHierNodeBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
parentNode
Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ParentNode
- Returns:
this.
-
hierarchyVersion
@Nonnull public GrantCoreHierNode.GrantCoreHierNodeBuilder hierarchyVersion(@Nullable String hierarchyVersion) Constraints: Not nullable, Maximum length: 15Original property name from the Odata EDM: HierarchyVersion
- Returns:
this.
-
validityStartDate
@Nonnull public GrantCoreHierNode.GrantCoreHierNodeBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
grantID
Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: GrantID
- Returns:
this.
-
hierarchyNodeSequence
@Nonnull public GrantCoreHierNode.GrantCoreHierNodeBuilder hierarchyNodeSequence(@Nullable String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeSequence
- Returns:
this.
-
hierarchyNodeLevel
@Nonnull public GrantCoreHierNode.GrantCoreHierNodeBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeLevel
- Returns:
this.
-
nodeType
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Returns:
this.
-
build
-
toString
-