Interface WorkspaceContract.UpdateStages.WithDisplayName
- All Known Subinterfaces:
WorkspaceContract.Update
- Enclosing interface:
WorkspaceContract.UpdateStages
public static interface WorkspaceContract.UpdateStages.WithDisplayName
The stage of the WorkspaceContract update 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.
-