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

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

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

	public static String ADDRESSCITY = "AddressCity";
	public static String ADDRESSCOUNTRY = "AddressCountry";
	public static String ADDRESSPOSTALCODE = "AddressPostalCode";
	public static String ADDRESSSTATE = "AddressState";
	public static String ADDRESSSTREET = "AddressStreet";
	public static String BILLINGEMAIL = "BillingEmail";
	public static String BIRTHDAYAT = "BirthdayAt";
	public static String COMPANYNAME = "CompanyName";
	public static String COMPANYNUMOFEMPLOYEES = "CompanyNumOfEmployees";
	public static String CONTACTPHONE = "ContactPhone";
	public static String ESTIMATEDVOLUME = "EstimatedVolume";
	public static String FEATURES = "Features";
	public static String FIRSTNAME = "Firstname";
	public static String ID = "ID";
	public static String INDUSTRY = "Industry";
	public static String JOBTITLE = "JobTitle";
	public static String LASTNAME = "Lastname";
	public static String USER = "User";
	public static String VAT = "VAT";
	public static String VATNUMBER = "VATNumber";
	public static String WEBSITE = "Website";
	public static String LIMIT = "Limit";
	public static String OFFSET = "Offset";
	public static String COUNTONLY = "CountOnly";

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy