![JAR search and dependency download from the Maven repository](/logo.png)
com.mailjet.client.resource.Preferences 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 Preferences {
public static Resource resource = new Resource("preferences", "", ApiVersion.V3, ApiAuthenticationType.Basic);
public static String ID = "ID";
public static String KEY = "Key";
public static String USER = "User";
public static String VALUE = "Value";
public static String SHOWALLUSERS = "ShowAllUsers";
public static String LIMIT = "Limit";
public static String OFFSET = "Offset";
public static String COUNTONLY = "CountOnly";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy