public static final class SoldProductHier.SoldProductHierBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SoldProductHier.SoldProductHierBuilder |
additionalMasterDataHierarchy(String additionalMasterDataHierarchy)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
SoldProductHier |
build() |
SoldProductHier.SoldProductHierBuilder |
cnsldtnProductSold(SoldProduct value)
Navigation property to_CnsldtnProductSold for SoldProductHier to single SoldProduct.
|
SoldProductHier.SoldProductHierBuilder |
cnsldtnProductSoldHierT(SoldProductHierText... value)
Navigation property to_CnsldtnProductSoldHierT for SoldProductHier to multiple
SoldProductHierText.
|
SoldProductHier.SoldProductHierBuilder |
hierarchyNode_Text(String hierarchyNode_Text)
Constraints: Not nullable, Maximum length: 50
|
SoldProductHier.SoldProductHierBuilder |
hierarchyNode(String hierarchyNode)
(Key Field) Constraints: Not nullable, Maximum length: 50
|
SoldProductHier.SoldProductHierBuilder |
hierarchyNodeLevel(String hierarchyNodeLevel)
Constraints: Not nullable, Maximum length: 6
|
SoldProductHier.SoldProductHierBuilder |
hierarchyNodeSequence(String hierarchyNodeSequence)
Constraints: Not nullable, Maximum length: 6
|
SoldProductHier.SoldProductHierBuilder |
material_Text(String material_Text)
Constraints: Not nullable, Maximum length: 40
|
SoldProductHier.SoldProductHierBuilder |
material(String material)
Constraints: Not nullable, Maximum length: 40
|
SoldProductHier.SoldProductHierBuilder |
nodeType(String nodeType)
Constraints: Not nullable, Maximum length: 1
|
SoldProductHier.SoldProductHierBuilder |
parentNode(String parentNode)
Constraints: Not nullable, Maximum length: 50
|
SoldProductHier.SoldProductHierBuilder |
sequenceNumber(String sequenceNumber)
Constraints: Not nullable, Maximum length: 56
|
String |
toString() |
SoldProductHier.SoldProductHierBuilder |
validityEndDate(LocalDateTime validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
SoldProductHier.SoldProductHierBuilder |
validityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
@Nonnull public SoldProductHier.SoldProductHierBuilder cnsldtnProductSold(SoldProduct value)
value
- The SoldProduct to build this SoldProductHier with.@Nonnull public SoldProductHier.SoldProductHierBuilder cnsldtnProductSoldHierT(SoldProductHierText... value)
value
- The SoldProductHierTexts to build this SoldProductHier with.@Nonnull public SoldProductHier.SoldProductHierBuilder additionalMasterDataHierarchy(@Nullable String additionalMasterDataHierarchy)
Original property name from the Odata EDM: AdditionalMasterDataHierarchy
this
.@Nonnull public SoldProductHier.SoldProductHierBuilder hierarchyNode(@Nullable String hierarchyNode)
Original property name from the Odata EDM: HierarchyNode
this
.@Nonnull public SoldProductHier.SoldProductHierBuilder hierarchyNode_Text(@Nullable String hierarchyNode_Text)
Original property name from the Odata EDM: HierarchyNode_Text
this
.@Nonnull public SoldProductHier.SoldProductHierBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
this
.@Nonnull public SoldProductHier.SoldProductHierBuilder parentNode(@Nullable String parentNode)
Original property name from the Odata EDM: ParentNode
this
.@Nonnull public SoldProductHier.SoldProductHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
this
.@Nonnull public SoldProductHier.SoldProductHierBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
this
.@Nonnull public SoldProductHier.SoldProductHierBuilder material_Text(@Nullable String material_Text)
Original property name from the Odata EDM: Material_Text
this
.@Nonnull public SoldProductHier.SoldProductHierBuilder sequenceNumber(@Nullable String sequenceNumber)
Original property name from the Odata EDM: SequenceNumber
this
.@Nonnull public SoldProductHier.SoldProductHierBuilder hierarchyNodeSequence(@Nullable String hierarchyNodeSequence)
Original property name from the Odata EDM: HierarchyNodeSequence
this
.@Nonnull public SoldProductHier.SoldProductHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel)
Original property name from the Odata EDM: HierarchyNodeLevel
this
.@Nonnull public SoldProductHier.SoldProductHierBuilder nodeType(@Nullable String nodeType)
Original property name from the Odata EDM: NodeType
this
.@Nonnull public SoldProductHier build()
Copyright © 2021 SAP SE. All rights reserved.