Green\Request\V20161018\ImageDetectionRequest::setNotifyUrl PHP Method

setNotifyUrl() public method

public setNotifyUrl ( $notifyUrl )
    public function setNotifyUrl($notifyUrl)
    {
        $this->notifyUrl = $notifyUrl;
        $this->queryParameters["NotifyUrl"] = $notifyUrl;
    }