com.createsend.models.ExternalSessionOptions 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.
package com.createsend.models;
public class ExternalSessionOptions {
public String Email;
public String Chrome;
public String Url;
public String IntegratorID;
public String ClientID;
}