
com.mailjet.client.resource.Preset Maven / Gradle / Ivy
/*
* 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 Preset {
public static Resource resource = new Resource("preset", "", ApiVersion.V3, ApiAuthenticationType.Basic);
public static String AUTHOR = "Author";
public static String COPYRIGHT = "Copyright";
public static String DESCRIPTION = "Description";
public static String ID = "ID";
public static String NAME = "Name";
public static String OWNERID = "OwnerID";
public static String OWNERTYPE = "OwnerType";
public static String PRESET = "Preset";
public static String APIKEY = "APIKey";
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