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

co.fingerprintsoft.notification.clickatell.ClickatellSettings Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
package co.fingerprintsoft.notification.clickatell;

import lombok.Data;

@Data
public class ClickatellSettings {

    private String apiId;
    private String token;
    private String url;
    private String version;
    private String grantType;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy