for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SForce\Wsdl;
class resetPassword
{
/**
* @var ID
*/
protected $userId = null;
* @param ID $userId
public function __construct($userId = null)
$this->userId = $userId;
}
* @return ID
public function getUserId()
return $this->userId;
* @return \SForce\Wsdl\resetPassword
public function setUserId($userId)
return $this;