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