Interface WorkspaceContract.DefinitionStages.WithDescription
- All Known Subinterfaces:
WorkspaceContract.Definition,WorkspaceContract.DefinitionStages.WithCreate
- Enclosing interface:
WorkspaceContract.DefinitionStages
public static interface WorkspaceContract.DefinitionStages.WithDescription
The stage of the WorkspaceContract definition allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Description of the workspace..
-
Method Details
-
withDescription
Specifies the description property: Description of the workspace..- Parameters:
description- Description of the workspace.- Returns:
- the next definition stage.
-