| Package | Description |
|---|---|
| com.createsend | |
| com.createsend.util |
| Constructor and Description |
|---|
Administrators(AuthenticationDetails auth)
Constructor.
|
Campaigns(AuthenticationDetails auth)
Constructor used to create new campaigns.
|
Campaigns(AuthenticationDetails auth,
String campaignID)
Constructor used for working with existing campaigns.
|
Clients(AuthenticationDetails auth)
Constructor used to create new clients.
|
Clients(AuthenticationDetails auth,
String clientID)
Constructor used for working with existing clients.
|
General(AuthenticationDetails auth)
Constructor.
|
Lists(AuthenticationDetails auth)
Constructor used to create new lists.
|
Lists(AuthenticationDetails auth,
String listID)
Constructor for working with existing lists.
|
People(AuthenticationDetails auth,
String clientID)
Constructor.
|
Segments(AuthenticationDetails auth)
Constructor used to create new segments.
|
Segments(AuthenticationDetails auth,
String segmentID)
Constructor for working with existing segments.
|
Subscribers(AuthenticationDetails auth,
String listID)
Constructor.
|
Templates(AuthenticationDetails auth)
Constructor used to create new templates.
|
Templates(AuthenticationDetails auth,
String templateID)
Constructor for working with existing templates.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApiKeyAuthenticationDetails
Represents the authentication details to use when authenticating with the
Campaign Monitor API using an API key.
|
class |
OAuthAuthenticationDetails
Represents the authentication details to use when authenticating with the
Campaign Monitor API using OAuth.
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationDetails |
JerseyClientImpl.getAuthenticationDetails() |
AuthenticationDetails |
JerseyClient.getAuthenticationDetails() |
| Modifier and Type | Method and Description |
|---|---|
void |
JerseyClientImpl.setAuthenticationDetails(AuthenticationDetails authDetails) |
void |
JerseyClient.setAuthenticationDetails(AuthenticationDetails authDetails) |
| Constructor and Description |
|---|
JerseyClientImpl(AuthenticationDetails auth)
Constructs a JerseyClientImpl instance, including an OAuth access token and refresh token.
|
Copyright © 2013. All Rights Reserved.