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