setNotifyUrl method

void setNotifyUrl (
  1. String notifyUrl
)
inherited

Implementation

void setNotifyUrl(String notifyUrl) {
  this.notifyUrl = notifyUrl;
}