Class Template


  • public class Template
    extends Object

    Template 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
      • stats

        @SerializedName("template_stats")
        public TemplateStats stats
    • Constructor Detail

      • Template

        public Template()
    • Method Detail

      • postDeserialize

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