Class TemplateItem


  • public class TemplateItem
    extends Object

    TemplateItem class.

    Version:
    $Id: $Id
    Author:
    mailersend
    • Field Detail

      • id

        @SerializedName("id")
        public String id
      • name

        @SerializedName("name")
        public String name
      • type

        @SerializedName("type")
        public String type
      • imagePath

        @SerializedName("image_path")
        public String imagePath
      • createdAt

        public Date createdAt
    • Constructor Detail

      • TemplateItem

        public TemplateItem()
    • 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