Class MrchdsCatHierNodeCharc.MrchdsCatHierNodeCharcBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.merchandisecategoryhierarchynode.MrchdsCatHierNodeCharc.MrchdsCatHierNodeCharcBuilder
- Enclosing class:
- MrchdsCatHierNodeCharc
Helper class to allow for fluent creation of MrchdsCatHierNodeCharc instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()characteristic(String characteristic) (Key Field) Constraints: Not nullable, Maximum length: 30charcInternalID(String charcInternalID) Constraints: Not nullable, Maximum length: 10mrchdsCategoryHierarchyNode(String mrchdsCategoryHierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 18Navigation property _MrchdsCatHierarchyNodeTP for MrchdsCatHierNodeCharc to single MrchdsCatHierarchyNode.toString()
-
Method Details
-
mrchdsCatHierarchyNodeTP
@Nonnull public MrchdsCatHierNodeCharc.MrchdsCatHierNodeCharcBuilder mrchdsCatHierarchyNodeTP(MrchdsCatHierarchyNode value) Navigation property _MrchdsCatHierarchyNodeTP for MrchdsCatHierNodeCharc to single MrchdsCatHierarchyNode.- Parameters:
value- The MrchdsCatHierarchyNode to build this MrchdsCatHierNodeCharc with.- Returns:
- This Builder to allow for a fluent interface.
-
mrchdsCategoryHierarchyNode
@Nonnull public MrchdsCatHierNodeCharc.MrchdsCatHierNodeCharcBuilder mrchdsCategoryHierarchyNode(@Nullable String mrchdsCategoryHierarchyNode) (Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: MrchdsCategoryHierarchyNode
- Returns:
this.
-
characteristic
@Nonnull public MrchdsCatHierNodeCharc.MrchdsCatHierNodeCharcBuilder characteristic(@Nullable String characteristic) (Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: Characteristic
- Returns:
this.
-
charcInternalID
@Nonnull public MrchdsCatHierNodeCharc.MrchdsCatHierNodeCharcBuilder charcInternalID(@Nullable String charcInternalID) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CharcInternalID
- Returns:
this.
-
build
-
toString
-