Uses of Class
com.createsend.util.AuthenticationDetails

Packages that use AuthenticationDetails
com.createsend   
com.createsend.util   
 

Uses of AuthenticationDetails in com.createsend
 

Constructors in com.createsend with parameters of type AuthenticationDetails
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.
 

Uses of AuthenticationDetails in com.createsend.util
 

Subclasses of AuthenticationDetails in com.createsend.util
 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.
 

Methods in com.createsend.util that return AuthenticationDetails
 AuthenticationDetails JerseyClientImpl.getAuthenticationDetails()
           
 AuthenticationDetails JerseyClient.getAuthenticationDetails()
           
 

Methods in com.createsend.util with parameters of type AuthenticationDetails
 void JerseyClientImpl.setAuthenticationDetails(AuthenticationDetails authDetails)
           
 void JerseyClient.setAuthenticationDetails(AuthenticationDetails authDetails)
           
 

Constructors in com.createsend.util with parameters of type AuthenticationDetails
JerseyClientImpl(AuthenticationDetails auth)
          Constructs a JerseyClientImpl instance, including an OAuth access token and refresh token.
 



Copyright © 2013. All Rights Reserved.