
com.createsend.models.subscribers.SuppressedSubscriber 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.subscribers;
public class SuppressedSubscriber extends Subscriber {
public String SuppressionReason;
@Override
public String toString() {
return String.format("{ Subscriber: %s, SuppressionReason: %s }", super.toString(), SuppressionReason);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy