Interface GroupContract.UpdateStages.WithDescription
- All Known Subinterfaces:
GroupContract.Update
- Enclosing interface:
GroupContract.UpdateStages
public static interface GroupContract.UpdateStages.WithDescription
The stage of the GroupContract update allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Group description..
-
Method Details
-
withDescription
Specifies the description property: Group description..- Parameters:
description- Group description.- Returns:
- the next definition stage.
-