Interface TagProductLinkContract.UpdateStages.WithProductId
- All Known Subinterfaces:
TagProductLinkContract.Update
- Enclosing interface:
TagProductLinkContract.UpdateStages
public static interface TagProductLinkContract.UpdateStages.WithProductId
The stage of the TagProductLinkContract update allowing to specify productId.
-
Method Summary
Modifier and TypeMethodDescriptionwithProductId(String productId) Specifies the productId property: Full resource Id of a product..
-
Method Details
-
withProductId
Specifies the productId property: Full resource Id of a product..- Parameters:
productId- Full resource Id of a product.- Returns:
- the next definition stage.
-