Package com.mailersend.sdk.webhooks
Class Webhook
- java.lang.Object
-
- com.mailersend.sdk.webhooks.Webhook
-
public class Webhook extends Object
Webhook class.
- Version:
- $Id: $Id
- Author:
- mailersend
-
-
Constructor Summary
Constructors Constructor Description Webhook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidparseDates()Parses the string dates from the response into java.util.Date objectsprotected voidpostDeserialize()Is called to perform any actions after the deserialization of the response Do not call directly
-
-
-
Field Detail
-
id
@SerializedName("id") public String id
-
url
@SerializedName("url") public String url
-
events
@SerializedName("events") public String[] events
-
name
@SerializedName("name") public String name
-
enabled
@SerializedName("enabled") public Boolean enabled
-
editable
@SerializedName("editable") public Boolean editable
-
createdAt
public Date createdAt
-
updatedAt
public Date updatedAt
-
domain
@SerializedName("domain") public Domain domain
-
secret
@SerializedName("secret") public String secret
-
-