Interface Workspace.DefinitionStages.WithCreatedBy
- All Known Subinterfaces:
Workspace.Definition,Workspace.DefinitionStages.WithCreate
- Enclosing interface:
Workspace.DefinitionStages
public static interface Workspace.DefinitionStages.WithCreatedBy
The stage of the Workspace definition allowing to specify createdBy.
-
Method Summary
Modifier and TypeMethodDescriptionwithCreatedBy(CreatedBy createdBy) Specifies the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace..
-
Method Details
-
withCreatedBy
Specifies the createdBy property: Indicates the Object ID, PUID and Application ID of entity that created the workspace..- Parameters:
createdBy- Indicates the Object ID, PUID and Application ID of entity that created the workspace.- Returns:
- the next definition stage.
-