Package com.mailersend.sdk.templates
Class Template
- java.lang.Object
-
- com.mailersend.sdk.templates.Template
-
public class Template extends Object
Template class.
- Version:
- $Id: $Id
- Author:
- mailersend
-
-
Field Summary
Fields Modifier and Type Field Description TemplateCategorycategoryTemplateDomaindomainStringidStringimagePathStringnameTemplateStatsstatsStringtype
-
Constructor Summary
Constructors Constructor Description Template()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
name
@SerializedName("name") public String name
-
type
@SerializedName("type") public String type
-
imagePath
@SerializedName("image_path") public String imagePath
-
category
@SerializedName("category") public TemplateCategory category
-
domain
@SerializedName("domain") public TemplateDomain domain
-
stats
@SerializedName("template_stats") public TemplateStats stats
-
-