Class CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder
- Enclosing class:
- CustomerSupplierCountryHier
public static final class CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder
extends Object
Helper class to allow for fluent creation of CustomerSupplierCountryHier instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalMasterDataHierarchy(String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40build()Navigation property to_CnsldtnCountry for CustomerSupplierCountryHier to single CustomerSupplierCountry.Navigation property to_CnsldtnCountryHierT for CustomerSupplierCountryHier to multiple CustomerSuplrCntryHierText.Constraints: Not nullable, Maximum length: 3country_Text(String country_Text) Constraints: Not nullable, Maximum length: 50hierarchyNode(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
-
cnsldtnCountry
@Nonnull public CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder cnsldtnCountry(CustomerSupplierCountry value) Navigation property to_CnsldtnCountry for CustomerSupplierCountryHier to single CustomerSupplierCountry.- Parameters:
value- The CustomerSupplierCountry to build this CustomerSupplierCountryHier with.- Returns:
- This Builder to allow for a fluent interface.
-
cnsldtnCountryHierT
@Nonnull public CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder cnsldtnCountryHierT(CustomerSuplrCntryHierText... value) Navigation property to_CnsldtnCountryHierT for CustomerSupplierCountryHier to multiple CustomerSuplrCntryHierText.- Parameters:
value- The CustomerSuplrCntryHierTexts to build this CustomerSupplierCountryHier with.- Returns:
- This Builder to allow for a fluent interface.
-
additionalMasterDataHierarchy
@Nonnull public CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder additionalMasterDataHierarchy(@Nullable String additionalMasterDataHierarchy) (Key Field) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: AdditionalMasterDataHierarchy
- Returns:
this.
-
hierarchyNode
@Nonnull public CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder 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 CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder 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 CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
parentNode
@Nonnull public CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder parentNode(@Nullable String parentNode) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: ParentNode
- Returns:
this.
-
validityStartDate
@Nonnull public CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
country
@Nonnull public CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder country(@Nullable String country) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: Country
- Returns:
this.
-
country_Text
@Nonnull public CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder country_Text(@Nullable String country_Text) Constraints: Not nullable, Maximum length: 50Original property name from the Odata EDM: Country_Text
- Returns:
this.
-
sequenceNumber
@Nonnull public CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder sequenceNumber(@Nullable String sequenceNumber) Constraints: Not nullable, Maximum length: 56Original property name from the Odata EDM: SequenceNumber
- Returns:
this.
-
hierarchyNodeSequence
@Nonnull public CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder hierarchyNodeSequence(@Nullable String hierarchyNodeSequence) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeSequence
- Returns:
this.
-
hierarchyNodeLevel
@Nonnull public CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder hierarchyNodeLevel(@Nullable String hierarchyNodeLevel) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: HierarchyNodeLevel
- Returns:
this.
-
nodeType
@Nonnull public CustomerSupplierCountryHier.CustomerSupplierCountryHierBuilder nodeType(@Nullable String nodeType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NodeType
- Returns:
this.
-
build
-
toString
-