public static final class CustomerHier.CustomerHierBuilder extends Object
Modifier and Type | Method and Description |
---|---|
CustomerHier.CustomerHierBuilder |
additionalMasterDataHierarchy(String additionalMasterDataHierarchy)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
CustomerHier |
build() |
CustomerHier.CustomerHierBuilder |
cnsldtnCustomer(Customer value)
Navigation property to_CnsldtnCustomer for CustomerHier to single Customer.
|
CustomerHier.CustomerHierBuilder |
cnsldtnCustomerHierT(CustomerHierText... value)
Navigation property to_CnsldtnCustomerHierT for CustomerHier to multiple
CustomerHierText.
|
CustomerHier.CustomerHierBuilder |
customer_Text(String customer_Text)
Constraints: Not nullable, Maximum length: 80
|
CustomerHier.CustomerHierBuilder |
customer(String customer)
Constraints: Not nullable, Maximum length: 10
|
CustomerHier.CustomerHierBuilder |
hierarchyNode_Text(String hierarchyNode_Text)
Constraints: Not nullable, Maximum length: 50
|
CustomerHier.CustomerHierBuilder |
hierarchyNode(String hierarchyNode)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
CustomerHier.CustomerHierBuilder |
hierarchyNodeLevel(String hierarchyNodeLevel)
Constraints: Not nullable, Maximum length: 6
|
CustomerHier.CustomerHierBuilder |
nodeType(String nodeType)
Constraints: Not nullable, Maximum length: 1
|
CustomerHier.CustomerHierBuilder |
parentNode(String parentNode)
Constraints: Not nullable, Maximum length: 40
|
CustomerHier.CustomerHierBuilder |
sequenceNumber(String sequenceNumber)
Constraints: Not nullable, Maximum length: 46
|
String |
toString() |
CustomerHier.CustomerHierBuilder |
validityEndDate(LocalDateTime validityEndDate)
(Key Field) Constraints: Not nullable, Precision: 0
|
CustomerHier.CustomerHierBuilder |
validityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
@Nonnull public CustomerHier.CustomerHierBuilder cnsldtnCustomer(Customer value)
value
- The Customer to build this CustomerHier with.@Nonnull public CustomerHier.CustomerHierBuilder cnsldtnCustomerHierT(CustomerHierText... value)
value
- The CustomerHierTexts to build this CustomerHier with.public CustomerHier.CustomerHierBuilder additionalMasterDataHierarchy(@Nullable String additionalMasterDataHierarchy)
Original property name from the Odata EDM: AdditionalMasterDataHierarchy
public CustomerHier.CustomerHierBuilder hierarchyNode(@Nullable String hierarchyNode)
Original property name from the Odata EDM: HierarchyNode
public CustomerHier.CustomerHierBuilder hierarchyNode_Text(@Nullable String hierarchyNode_Text)
Original property name from the Odata EDM: HierarchyNode_Text
public CustomerHier.CustomerHierBuilder validityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
public CustomerHier.CustomerHierBuilder parentNode(@Nullable String parentNode)
Original property name from the Odata EDM: ParentNode
public CustomerHier.CustomerHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
public CustomerHier.CustomerHierBuilder customer(@Nullable String customer)
Original property name from the Odata EDM: Customer
public CustomerHier.CustomerHierBuilder customer_Text(@Nullable String customer_Text)
Original property name from the Odata EDM: Customer_Text
public CustomerHier.CustomerHierBuilder sequenceNumber(@Nullable String sequenceNumber)
Original property name from the Odata EDM: SequenceNumber
public CustomerHier.CustomerHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel)
Original property name from the Odata EDM: HierarchyNodeLevel
public CustomerHier.CustomerHierBuilder nodeType(@Nullable String nodeType)
Original property name from the Odata EDM: NodeType
public CustomerHier build()
Copyright © 2019 SAP SE. All rights reserved.