statusCode = $statusCode; } /** * The HTTP status code returned by the Dropbox server. * * @return int */ public function getStatusCode() { return $this->statusCode; } }