@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-29T15:32:30.861Z") public class Webhook extends Object
| Constructor and Description |
|---|
Webhook() |
| Modifier and Type | Method and Description |
|---|---|
Webhook |
dateCreated(org.threeten.bp.OffsetDateTime dateCreated) |
Webhook |
dateUpdated(org.threeten.bp.OffsetDateTime dateUpdated) |
boolean |
equals(Object o) |
org.threeten.bp.OffsetDateTime |
getDateCreated()
Creation date.
|
org.threeten.bp.OffsetDateTime |
getDateUpdated()
Last change date
|
String |
getName()
Filename
|
String |
getURL()
URL of notification.
|
String |
getWebhookID()
Public webhook ID
|
int |
hashCode() |
Boolean |
isNotificationForAbuseReport()
Get notificationForAbuseReport
|
Boolean |
isNotificationForClicked()
Get notificationForClicked
|
Boolean |
isNotificationForError()
Get notificationForError
|
Boolean |
isNotificationForOpened()
Get notificationForOpened
|
Boolean |
isNotificationForSent()
Get notificationForSent
|
Boolean |
isNotificationForUnsubscribed()
Get notificationForUnsubscribed
|
Boolean |
isNotifyOncePerEmail()
Get notifyOncePerEmail
|
Webhook |
name(String name) |
Webhook |
notificationForAbuseReport(Boolean notificationForAbuseReport) |
Webhook |
notificationForClicked(Boolean notificationForClicked) |
Webhook |
notificationForError(Boolean notificationForError) |
Webhook |
notificationForOpened(Boolean notificationForOpened) |
Webhook |
notificationForSent(Boolean notificationForSent) |
Webhook |
notificationForUnsubscribed(Boolean notificationForUnsubscribed) |
Webhook |
notifyOncePerEmail(Boolean notifyOncePerEmail) |
void |
setDateCreated(org.threeten.bp.OffsetDateTime dateCreated) |
void |
setDateUpdated(org.threeten.bp.OffsetDateTime dateUpdated) |
void |
setName(String name) |
void |
setNotificationForAbuseReport(Boolean notificationForAbuseReport) |
void |
setNotificationForClicked(Boolean notificationForClicked) |
void |
setNotificationForError(Boolean notificationForError) |
void |
setNotificationForOpened(Boolean notificationForOpened) |
void |
setNotificationForSent(Boolean notificationForSent) |
void |
setNotificationForUnsubscribed(Boolean notificationForUnsubscribed) |
void |
setNotifyOncePerEmail(Boolean notifyOncePerEmail) |
void |
setURL(String URL) |
void |
setWebhookID(String webhookID) |
String |
toString() |
Webhook |
URL(String URL) |
Webhook |
webhookID(String webhookID) |
public String getWebhookID()
public void setWebhookID(String webhookID)
public String getName()
public void setName(String name)
public Webhook dateCreated(org.threeten.bp.OffsetDateTime dateCreated)
public org.threeten.bp.OffsetDateTime getDateCreated()
public void setDateCreated(org.threeten.bp.OffsetDateTime dateCreated)
public Webhook dateUpdated(org.threeten.bp.OffsetDateTime dateUpdated)
public org.threeten.bp.OffsetDateTime getDateUpdated()
public void setDateUpdated(org.threeten.bp.OffsetDateTime dateUpdated)
public String getURL()
public void setURL(String URL)
public Boolean isNotifyOncePerEmail()
public void setNotifyOncePerEmail(Boolean notifyOncePerEmail)
public Boolean isNotificationForSent()
public void setNotificationForSent(Boolean notificationForSent)
public Boolean isNotificationForOpened()
public void setNotificationForOpened(Boolean notificationForOpened)
public Boolean isNotificationForClicked()
public void setNotificationForClicked(Boolean notificationForClicked)
public Webhook notificationForUnsubscribed(Boolean notificationForUnsubscribed)
public Boolean isNotificationForUnsubscribed()
public void setNotificationForUnsubscribed(Boolean notificationForUnsubscribed)
public Webhook notificationForAbuseReport(Boolean notificationForAbuseReport)
public Boolean isNotificationForAbuseReport()
public void setNotificationForAbuseReport(Boolean notificationForAbuseReport)
public Boolean isNotificationForError()
public void setNotificationForError(Boolean notificationForError)
Copyright © 2019. All rights reserved.