public function update() { $stream = Api::streamUpdate($this->_transport, $this->id, $this->_data); return new Stream($this->_transport, $stream); }