Class SupplierHier.SupplierHierBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.SupplierHier.SupplierHierBuilder
- Enclosing class:
- SupplierHier
Helper class to allow for fluent creation of SupplierHier instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataHierarchy(String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40build()cnsldtnSupplier(Supplier value) Navigation property to_CnsldtnSupplier for SupplierHier to single Supplier.cnsldtnSupplierHierT(SupplierHierText... value) Navigation property to_CnsldtnSupplierHierT for SupplierHier to multiple SupplierHierText.hierarchyNode(String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50hierarchyNode_Text(String hierarchyNode_Text) Constraints: Not nullable, Maximum length: 50hierarchyNodeLevel(String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6hierarchyNodeSequence(String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 1parentNode(String parentNode) Constraints: Not nullable, Maximum length: 50sequenceNumber(String sequenceNumber) Constraints: Not nullable, Maximum length: 56Constraints: Not nullable, Maximum length: 10supplier_Text(String supplier_Text) Constraints: Not nullable, Maximum length: 80toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
cnsldtnSupplier
Navigation property to_CnsldtnSupplier for SupplierHier to single Supplier.- Parameters:
value- The Supplier to build this SupplierHier with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnSupplierHierT
Navigation property to_CnsldtnSupplierHierT for SupplierHier to multiple SupplierHierText.- Parameters:
value- The SupplierHierTexts to build this SupplierHier with.- Returns:
- This Builder to allow for a fluent interface.
-
additionalMasterDataHierarchy
@Nonnull public SupplierHier.SupplierHierBuilder additionalMasterDataHierarchy(@Nullable String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AdditionalMasterDataHierarchy
- Returns:
this.
-
hierarchyNode
(Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
hierarchyNode_Text
@Nonnull public SupplierHier.SupplierHierBuilder hierarchyNode_Text(@Nullable String hierarchyNode_Text) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode_Text
- Returns:
this.
-
validityEndDate
@Nonnull public SupplierHier.SupplierHierBuilder 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.
-
validityStartDate
@Nonnull public SupplierHier.SupplierHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
supplier
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Supplier
- Returns:
this.
-
supplier_Text
Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: Supplier_Text
- Returns:
this.
-
sequenceNumber
Constraints: Not nullable, Maximum length: 56Original property name from the Odata EDM: SequenceNumber
- Returns:
this.
-
hierarchyNodeSequence
@Nonnull public SupplierHier.SupplierHierBuilder hierarchyNodeSequence(@Nullable String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeSequence
- Returns:
this.
-
hierarchyNodeLevel
@Nonnull public SupplierHier.SupplierHierBuilder 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
-