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

com.mailjet.client.resource.sms.SmsCount Maven / Gradle / Ivy

There is a newer version: 5.2.6
Show newest version
package com.mailjet.client.resource.sms;

import com.mailjet.client.Resource;
import com.mailjet.client.enums.ApiAuthenticationType;
import com.mailjet.client.enums.ApiVersion;

/**
 *
 * @author Ivaylo Ivanov
 */
public class SmsCount {

    public static final Resource resource = new Resource("sms/count", "", ApiVersion.V4, ApiAuthenticationType.Bearer, true);

    public static final String COUNT = "Count";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy