Ejemplo n.º 1
0
 /**
  * The IP address of the WorkSpace.
  *
  * @param ipAddress The IP address of the WorkSpace.
  * @return Returns a reference to this object so that method calls can be chained together.
  */
 public Workspace withIpAddress(String ipAddress) {
   setIpAddress(ipAddress);
   return this;
 }