public static final class CustomerGroupHier.CustomerGroupHierBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerGroupHier.CustomerGroupHierBuilder |
additionalMasterDataHierarchy(String additionalMasterDataHierarchy)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
CustomerGroupHier |
build() |
CustomerGroupHier.CustomerGroupHierBuilder |
cnsldtnCustomerGroup(CustomerGroup value)
Navigation property to_CnsldtnCustomerGroup for CustomerGroupHier to single
CustomerGroup.
|
CustomerGroupHier.CustomerGroupHierBuilder |
cnsldtnCustomerGroupHierT(CustomerGroupHierText... value)
Navigation property to_CnsldtnCustomerGroupHierT for CustomerGroupHier to multiple
CustomerGroupHierText.
|
CustomerGroupHier.CustomerGroupHierBuilder |
customerGroup_Text(String customerGroup_Text)
Constraints: Not nullable, Maximum length: 20
|
CustomerGroupHier.CustomerGroupHierBuilder |
customerGroup(String customerGroup)
Constraints: Not nullable, Maximum length: 2
|
CustomerGroupHier.CustomerGroupHierBuilder |
hierarchyNode_Text(String hierarchyNode_Text)
Constraints: Not nullable, Maximum length: 50
|
CustomerGroupHier.CustomerGroupHierBuilder |
hierarchyNode(String hierarchyNode)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
CustomerGroupHier.CustomerGroupHierBuilder |
hierarchyNodeLevel(String hierarchyNodeLevel)
Constraints: Not nullable, Maximum length: 6
|
CustomerGroupHier.CustomerGroupHierBuilder |
nodeType(String nodeType)
Constraints: Not nullable, Maximum length: 1
|
CustomerGroupHier.CustomerGroupHierBuilder |
parentNode(String parentNode)
Constraints: Not nullable, Maximum length: 40
|
CustomerGroupHier.CustomerGroupHierBuilder |
sequenceNumber(String sequenceNumber)
Constraints: Not nullable, Maximum length: 46
|
String |
toString() |
CustomerGroupHier.CustomerGroupHierBuilder |
validityEndDate(LocalDateTime validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
CustomerGroupHier.CustomerGroupHierBuilder |
validityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
@Nonnull public CustomerGroupHier.CustomerGroupHierBuilder cnsldtnCustomerGroup(CustomerGroup value)
value
- The CustomerGroup to build this CustomerGroupHier with.@Nonnull public CustomerGroupHier.CustomerGroupHierBuilder cnsldtnCustomerGroupHierT(CustomerGroupHierText... value)
value
- The CustomerGroupHierTexts to build this CustomerGroupHier with.public CustomerGroupHier.CustomerGroupHierBuilder additionalMasterDataHierarchy(@Nullable String additionalMasterDataHierarchy)
Original property name from the Odata EDM: AdditionalMasterDataHierarchy
public CustomerGroupHier.CustomerGroupHierBuilder hierarchyNode(@Nullable String hierarchyNode)
Original property name from the Odata EDM: HierarchyNode
public CustomerGroupHier.CustomerGroupHierBuilder hierarchyNode_Text(@Nullable String hierarchyNode_Text)
Original property name from the Odata EDM: HierarchyNode_Text
public CustomerGroupHier.CustomerGroupHierBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
public CustomerGroupHier.CustomerGroupHierBuilder parentNode(@Nullable String parentNode)
Original property name from the Odata EDM: ParentNode
public CustomerGroupHier.CustomerGroupHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
public CustomerGroupHier.CustomerGroupHierBuilder customerGroup(@Nullable String customerGroup)
Original property name from the Odata EDM: CustomerGroup
or generating statistics.public CustomerGroupHier.CustomerGroupHierBuilder customerGroup_Text(@Nullable String customerGroup_Text)
Original property name from the Odata EDM: CustomerGroup_Text
public CustomerGroupHier.CustomerGroupHierBuilder sequenceNumber(@Nullable String sequenceNumber)
Original property name from the Odata EDM: SequenceNumber
public CustomerGroupHier.CustomerGroupHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel)
Original property name from the Odata EDM: HierarchyNodeLevel
public CustomerGroupHier.CustomerGroupHierBuilder nodeType(@Nullable String nodeType)
Original property name from the Odata EDM: NodeType
public CustomerGroupHier build()
Copyright © 2019 SAP SE. All rights reserved.