All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mailjet.client.resource.Newslettertemplate Maven / Gradle / Ivy

There is a newer version: 5.2.6
Show newest version

/*
 * This is a generated class.
 */

package com.mailjet.client.resource;

import com.mailjet.client.Resource;
import com.mailjet.client.enums.ApiAuthenticationType;
import com.mailjet.client.enums.ApiVersion;

/**
 *
 * @author Guillaume Badi
 */
public class Newslettertemplate {

    public static Resource resource = new Resource("newslettertemplate", "", ApiVersion.V3, ApiAuthenticationType.Basic);

	public static String CATEGORY = "Category";
	public static String CREATEDAT = "CreatedAt";
	public static String FOOTER = "Footer";
	public static String FOOTERADDRESS = "FooterAddress";
	public static String FOOTERWYSIWYGTYPE = "FooterWYSIWYGType";
	public static String HEADERFILENAME = "HeaderFilename";
	public static String HEADERLINK = "HeaderLink";
	public static String HEADERTEXT = "HeaderText";
	public static String HEADERURL = "HeaderUrl";
	public static String ID = "ID";
	public static String LOCALE = "Locale";
	public static String NAME = "Name";
	public static String PERMALINK = "Permalink";
	public static String PERMALINKWYSIWYGTYPE = "PermalinkWYSIWYGType";
	public static String SOURCENEWSLETTERID = "SourceNewsLetterID";
	public static String STATUS = "Status";
	public static String ISPUBLIC = "IsPublic";
	public static String NEWSLETTERTEMPLATECATEGORY = "NewsLetterTemplateCategory";
	public static String LIMIT = "Limit";
	public static String OFFSET = "Offset";
	public static String COUNTONLY = "CountOnly";

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy