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

com.mailjet.client.resource.Messagehistory 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 Messagehistory {

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

	public static String COMMENT = "Comment";
	public static String EVENTAT = "EventAt";
	public static String EVENTTYPE = "EventType";
	public static String STATE = "State";
	public static String USERAGENT = "Useragent";
	public static String MESSAGE = "Message";
	public static String LIMIT = "Limit";
	public static String OFFSET = "Offset";
	public static String COUNTONLY = "CountOnly";

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy