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

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

There is a newer version: 5.2.5
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 Openstatistics {

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

	public static String OPENEDCOUNT = "OpenedCount";
	public static String OPENEDDELAY = "OpenedDelay";
	public static String PROCESSEDCOUNT = "ProcessedCount";
	public static String CAMPAIGNID = "CampaignID";
	public static String CAMPAIGNSTATUS = "CampaignStatus";
	public static String CONTACTSLIST = "ContactsList";
	public static String CUSTOMCAMPAIGN = "CustomCampaign";
	public static String FROM = "From";
	public static String FROMDOMAIN = "FromDomain";
	public static String FROMID = "FromID";
	public static String FROMTS = "FromTS";
	public static String FROMTYPE = "FromType";
	public static String ISDELETED = "IsDeleted";
	public static String ISNEWSLETTERTOOL = "IsNewsletterTool";
	public static String ISSTARRED = "IsStarred";
	public static String MESSAGESTATUS = "MessageStatus";
	public static String PERIOD = "Period";
	public static String TOTS = "ToTS";
	public static String LIMIT = "Limit";
	public static String OFFSET = "Offset";
	public static String COUNTONLY = "CountOnly";

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy