Interface TagProductLinkContract.DefinitionStages.WithProductId
- All Known Subinterfaces:
TagProductLinkContract.Definition,TagProductLinkContract.DefinitionStages.WithCreate
- Enclosing interface:
TagProductLinkContract.DefinitionStages
public static interface TagProductLinkContract.DefinitionStages.WithProductId
The stage of the TagProductLinkContract definition 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.
-