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

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

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

	public static String ACL = "ACL";
	public static String APIKEY = "APIKey";
	public static String CREATEDAT = "CreatedAt";
	public static String ID = "ID";
	public static String ISACTIVE = "IsActive";
	public static String ISMASTER = "IsMaster";
	public static String NAME = "Name";
	public static String QUARANTINEVALUE = "QuarantineValue";
	public static String RUNLEVEL = "Runlevel";
	public static String SECRETKEY = "SecretKey";
	public static String TRACKHOST = "TrackHost";
	public static String USERID = "UserID";
	public static String CONFIRMKEY = "ConfirmKey";
	public static String CUSTOMSTATUS = "CustomStatus";
	public static String KEYTYPE = "KeyType";
	public static String USER = "User";
	public static String LIMIT = "Limit";
	public static String OFFSET = "Offset";
	public static String COUNTONLY = "CountOnly";

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy