
com.createsend.models.campaigns.EmailClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of createsend-java Show documentation
Show all versions of createsend-java Show documentation
A Java library which implements the complete functionality of the Campaign Monitor API.
The newest version!
package com.createsend.models.campaigns;
public class EmailClient {
public String Client;
public String Version;
public float Percentage;
public int Subscribers;
@Override
public String toString() {
return String.format(
"{ Client: %s, Version: %s, Percentage: %d, Subscribers: %d }",
Client, Version, Percentage, Subscribers);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy