Interface WorkspaceContract.DefinitionStages.WithDisplayName
- All Known Subinterfaces:
WorkspaceContract.Definition,WorkspaceContract.DefinitionStages.WithCreate
- Enclosing interface:
WorkspaceContract.DefinitionStages
public static interface WorkspaceContract.DefinitionStages.WithDisplayName
The stage of the WorkspaceContract definition allowing to specify displayName.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: Name of the workspace..
-
Method Details
-
withDisplayName
Specifies the displayName property: Name of the workspace..- Parameters:
displayName- Name of the workspace.- Returns:
- the next definition stage.
-