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: 40
|
SoldProductHier.SoldProductHierBuilder |
hierarchyNodeLevel(String hierarchyNodeLevel)
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: 40
|
SoldProductHier.SoldProductHierBuilder |
sequenceNumber(String sequenceNumber)
Constraints: Not nullable, Maximum length: 46
|
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.public SoldProductHier.SoldProductHierBuilder additionalMasterDataHierarchy(@Nullable String additionalMasterDataHierarchy)
Original property name from the Odata EDM: AdditionalMasterDataHierarchy
public SoldProductHier.SoldProductHierBuilder hierarchyNode(@Nullable String hierarchyNode)
Original property name from the Odata EDM: HierarchyNode
public SoldProductHier.SoldProductHierBuilder hierarchyNode_Text(@Nullable String hierarchyNode_Text)
Original property name from the Odata EDM: HierarchyNode_Text
public SoldProductHier.SoldProductHierBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
public SoldProductHier.SoldProductHierBuilder parentNode(@Nullable String parentNode)
Original property name from the Odata EDM: ParentNode
public SoldProductHier.SoldProductHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
public SoldProductHier.SoldProductHierBuilder material(@Nullable String material)
Original property name from the Odata EDM: Material
public SoldProductHier.SoldProductHierBuilder material_Text(@Nullable String material_Text)
Original property name from the Odata EDM: Material_Text
You can enter one material description in each of any number of languages.In principle, you enter the material description on the data screen of the first user department for which you enter data, and in your logon language. You can overwrite the material description on the Basic Data screen.
public SoldProductHier.SoldProductHierBuilder sequenceNumber(@Nullable String sequenceNumber)
Original property name from the Odata EDM: SequenceNumber
public SoldProductHier.SoldProductHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel)
Original property name from the Odata EDM: HierarchyNodeLevel
public SoldProductHier.SoldProductHierBuilder nodeType(@Nullable String nodeType)
Original property name from the Odata EDM: NodeType
public SoldProductHier build()
Copyright © 2019 SAP SE. All rights reserved.