Interface Workspace.DefinitionStages.WithFriendlyName

All Known Subinterfaces:
Workspace.Definition, Workspace.DefinitionStages.WithCreate
Enclosing interface:
Workspace.DefinitionStages

public static interface Workspace.DefinitionStages.WithFriendlyName
The stage of the Workspace definition allowing to specify friendlyName.
  • Method Details

    • withFriendlyName

      Workspace.DefinitionStages.WithCreate withFriendlyName(String friendlyName)
      Specifies the friendlyName property: Friendly name of Workspace..
      Parameters:
      friendlyName - Friendly name of Workspace.
      Returns:
      the next definition stage.