Class CustomerGroupHier.CustomerGroupHierBuilder
- Enclosing class:
- CustomerGroupHier
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataHierarchy(String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40build()Navigation property to_CnsldtnCustomerGroup for CustomerGroupHier to single CustomerGroup.Navigation property to_CnsldtnCustomerGroupHierT for CustomerGroupHier to multiple CustomerGroupHierText.customerGroup(String customerGroup) Constraints: Not nullable, Maximum length: 2customerGroup_Text(String customerGroup_Text) Constraints: Not nullable, Maximum length: 20hierarchyNode(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: 56toString()validityEndDate(LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
cnsldtnCustomerGroup
@Nonnull public CustomerGroupHier.CustomerGroupHierBuilder cnsldtnCustomerGroup(CustomerGroup value) Navigation property to_CnsldtnCustomerGroup for CustomerGroupHier to single CustomerGroup.- Parameters:
value- The CustomerGroup to build this CustomerGroupHier with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnCustomerGroupHierT
@Nonnull public CustomerGroupHier.CustomerGroupHierBuilder cnsldtnCustomerGroupHierT(CustomerGroupHierText... value) Navigation property to_CnsldtnCustomerGroupHierT for CustomerGroupHier to multiple CustomerGroupHierText.- Parameters:
value- The CustomerGroupHierTexts to build this CustomerGroupHier with.- Returns:
- This Builder to allow for a fluent interface.
-
additionalMasterDataHierarchy
@Nonnull public CustomerGroupHier.CustomerGroupHierBuilder additionalMasterDataHierarchy(@Nullable String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AdditionalMasterDataHierarchy
- Returns:
this.
-
hierarchyNode
@Nonnull public CustomerGroupHier.CustomerGroupHierBuilder hierarchyNode(@Nullable String hierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: HierarchyNode
- Returns:
this.
-
hierarchyNode_Text
@Nonnull public CustomerGroupHier.CustomerGroupHierBuilder 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 CustomerGroupHier.CustomerGroupHierBuilder 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 CustomerGroupHier.CustomerGroupHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
customerGroup
@Nonnull public CustomerGroupHier.CustomerGroupHierBuilder customerGroup(@Nullable String customerGroup) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CustomerGroup
- Returns:
this.
-
customerGroup_Text
@Nonnull public CustomerGroupHier.CustomerGroupHierBuilder customerGroup_Text(@Nullable String customerGroup_Text) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: CustomerGroup_Text
- Returns:
this.
-
sequenceNumber
@Nonnull public CustomerGroupHier.CustomerGroupHierBuilder sequenceNumber(@Nullable String sequenceNumber) Constraints: Not nullable, Maximum length: 56Original property name from the Odata EDM: SequenceNumber
- Returns:
this.
-
hierarchyNodeSequence
@Nonnull public CustomerGroupHier.CustomerGroupHierBuilder hierarchyNodeSequence(@Nullable String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeSequence
- Returns:
this.
-
hierarchyNodeLevel
@Nonnull public CustomerGroupHier.CustomerGroupHierBuilder 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
-