
com.mailjet.client.resource.Apitoken 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 Apitoken {
public static Resource resource = new Resource("apitoken", "", ApiVersion.V3, ApiAuthenticationType.Basic);
public static String ACL = "ACL";
public static String ALLOWEDACCESS = "AllowedAccess";
public static String APIKEY = "APIKey";
public static String CATCHEDIP = "CatchedIp";
public static String CREATEDAT = "CreatedAt";
public static String FIRSTUSEDAT = "FirstUsedAt";
public static String ID = "ID";
public static String ISACTIVE = "IsActive";
public static String LANG = "Lang";
public static String LASTUSEDAT = "LastUsedAt";
public static String SENTDATA = "SentData";
public static String TIMEZONE = "Timezone";
public static String TOKEN = "Token";
public static String TOKENTYPE = "TokenType";
public static String VALIDFOR = "ValidFor";
public static String ISAPIKEYACTIVE = "IsAPIKeyActive";
public static String LIMIT = "Limit";
public static String OFFSET = "Offset";
public static String COUNTONLY = "CountOnly";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy