Package com.mailersend.sdk.templates
Class TemplatesList
- java.lang.Object
-
- com.mailersend.sdk.MailerSendResponse
-
- com.mailersend.sdk.util.PaginatedResponse
-
- com.mailersend.sdk.templates.TemplatesList
-
public class TemplatesList extends PaginatedResponse
TemplatesList class.
- Version:
- $Id: $Id
- Author:
- mailersend
-
-
Field Summary
Fields Modifier and Type Field Description TemplateItem[]templates-
Fields inherited from class com.mailersend.sdk.util.PaginatedResponse
links, meta
-
Fields inherited from class com.mailersend.sdk.MailerSendResponse
headers, messageId, rateLimit, rateLimitRemaining, responseStatusCode
-
-
Constructor Summary
Constructors Constructor Description TemplatesList()
-
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
-
templates
@SerializedName("data") public TemplateItem[] templates
-
-