Exemplo n.º 1
0
 /**
  * The name of the WorkSpace as seen by the operating system.
  *
  * @param computerName The name of the WorkSpace as seen by the operating system.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public Workspace withComputerName(String computerName) {
   setComputerName(computerName);
   return this;
 }