Class Webhook


  • public class Webhook
    extends Object

    Webhook class.

    Version:
    $Id: $Id
    Author:
    mailersend
    • 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
    • Constructor Detail

      • Webhook

        public Webhook()
    • Method Detail

      • postDeserialize

        protected void postDeserialize()
        Is called to perform any actions after the deserialization of the response Do not call directly
      • parseDates

        protected void parseDates()
        Parses the string dates from the response into java.util.Date objects