Interface WorkspaceConnection.DefinitionStages.WithValue
-
- All Known Subinterfaces:
WorkspaceConnection.Definition
,WorkspaceConnection.DefinitionStages.WithCreate
- Enclosing interface:
- WorkspaceConnection.DefinitionStages
public static interface WorkspaceConnection.DefinitionStages.WithValue
The stage of the WorkspaceConnection definition allowing to specify value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkspaceConnection.DefinitionStages.WithCreate
withValue(String value)
Specifies the value property: Value details of the workspace connection..
-
-
-
Method Detail
-
withValue
WorkspaceConnection.DefinitionStages.WithCreate withValue(String value)
Specifies the value property: Value details of the workspace connection..- Parameters:
value
- Value details of the workspace connection.- Returns:
- the next definition stage.
-
-