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

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

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

	public static String CONFIRMAT = "ConfirmAt";
	public static String CONFIRMIP = "ConfirmIp";
	public static String CONTACT = "Contact";
	public static String EMAIL = "Email";
	public static String ID = "ID";
	public static String LIST = "List";
	public static String SIGNUPAT = "SignupAt";
	public static String SIGNUPIP = "SignupIp";
	public static String SIGNUPKEY = "SignupKey";
	public static String SOURCE = "Source";
	public static String SOURCEID = "SourceId";
	public static String APIKEY = "APIKey";
	public static String CONTACTSLIST = "ContactsList";
	public static String DOMAIN = "Domain";
	public static String LOCALPART = "LocalPart";
	public static String MAXCONFIRMAT = "MaxConfirmAt";
	public static String MAXSIGNUPAT = "MaxSignupAt";
	public static String MINCONFIRMAT = "MinConfirmAt";
	public static String MINSIGNUPAT = "MinSignupAt";
	public static String LIMIT = "Limit";
	public static String OFFSET = "Offset";
	public static String COUNTONLY = "CountOnly";

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy