Package software.xdev.brevo.model
Class GetSmtpTemplates
java.lang.Object
software.xdev.brevo.model.GetSmtpTemplates
GetSmtpTemplates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTemplatesItem(GetSmtpTemplateOverview templatesItem) booleangetCount()Count of transactional email templatesGet templatesinthashCode()voidvoidsetTemplates(List<GetSmtpTemplateOverview> templates) templates(List<GetSmtpTemplateOverview> templates) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_COUNT
- See Also:
-
JSON_PROPERTY_TEMPLATES
- See Also:
-
-
Constructor Details
-
GetSmtpTemplates
public GetSmtpTemplates()
-
-
Method Details
-
count
-
getCount
Count of transactional email templates- Returns:
- count
-
setCount
-
templates
-
addTemplatesItem
-
getTemplates
Get templates- Returns:
- templates
-
setTemplates
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-