Interface Workspace.UpdateStages.WithReplication
- All Known Subinterfaces:
Workspace.Update
- Enclosing interface:
Workspace.UpdateStages
public static interface Workspace.UpdateStages.WithReplication
The stage of the Workspace update allowing to specify replication.
-
Method Summary
Modifier and TypeMethodDescriptionwithReplication(WorkspaceReplicationProperties replication) Specifies the replication property: workspace replication properties..
-
Method Details
-
withReplication
Specifies the replication property: workspace replication properties..- Parameters:
replication- workspace replication properties.- Returns:
- the next definition stage.
-