@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-29T15:32:30.861Z") public class WebhookPayload extends Object
| Constructor and Description |
|---|
WebhookPayload() |
public WebhookPayload name(String name)
public String getName()
public void setName(String name)
public WebhookPayload webNotificationUrl(String webNotificationUrl)
public String getWebNotificationUrl()
public void setWebNotificationUrl(String webNotificationUrl)
public WebhookPayload notifyOncePerEmail(Boolean notifyOncePerEmail)
public Boolean isNotifyOncePerEmail()
public void setNotifyOncePerEmail(Boolean notifyOncePerEmail)
public WebhookPayload notificationForSent(Boolean notificationForSent)
public Boolean isNotificationForSent()
public void setNotificationForSent(Boolean notificationForSent)
public WebhookPayload notificationForOpened(Boolean notificationForOpened)
public Boolean isNotificationForOpened()
public void setNotificationForOpened(Boolean notificationForOpened)
public WebhookPayload notificationForClicked(Boolean notificationForClicked)
public Boolean isNotificationForClicked()
public void setNotificationForClicked(Boolean notificationForClicked)
public WebhookPayload notificationForUnsubscribed(Boolean notificationForUnsubscribed)
public Boolean isNotificationForUnsubscribed()
public void setNotificationForUnsubscribed(Boolean notificationForUnsubscribed)
public WebhookPayload notificationForAbuseReport(Boolean notificationForAbuseReport)
public Boolean isNotificationForAbuseReport()
public void setNotificationForAbuseReport(Boolean notificationForAbuseReport)
public WebhookPayload notificationForError(Boolean notificationForError)
public Boolean isNotificationForError()
public void setNotificationForError(Boolean notificationForError)
Copyright © 2019. All rights reserved.