Interface ProductGroupLinkContract.UpdateStages.WithGroupId
- All Known Subinterfaces:
ProductGroupLinkContract.Update
- Enclosing interface:
ProductGroupLinkContract.UpdateStages
public static interface ProductGroupLinkContract.UpdateStages.WithGroupId
The stage of the ProductGroupLinkContract update allowing to specify groupId.
-
Method Summary
Modifier and TypeMethodDescriptionwithGroupId(String groupId) Specifies the groupId property: Full resource Id of a group..
-
Method Details
-
withGroupId
Specifies the groupId property: Full resource Id of a group..- Parameters:
groupId- Full resource Id of a group.- Returns:
- the next definition stage.
-