Package com.mailersend.sdk
Class MailerSend
- java.lang.Object
-
- com.mailersend.sdk.MailerSend
-
public class MailerSend extends Object
Main SDK Class- Version:
- $Id: $Id
- Author:
- john
-
-
Constructor Summary
Constructors Constructor Description MailerSend()Constructor for MailerSend.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Activitiesactivities()Get the activities access objectAnalyticsanalytics()Get the analytics access objectDomainsdomains()Get the domains access objectEmailsemails()Get the emails access objectEmailVerificationemailVerification()Get the email verification access objectStringgetToken()Returns the MailerSend tokenInboundRoutesinboundRoutes()Get the inbound routes access objectMessagesmessages()Get the messages access objectRecipientsrecipients()Get the recipients access objectScheduledMessagesscheduledMessages()Get the scheduled messages access objectvoidsetToken(String token)Sets the MailerSend tokenSmssms()Get the sms access objectTemplatestemplates()Get the templates access objectTokenstokens()Get the tokens access objectWebhookswebhooks()Get the webhooks access object
-
-
-
Field Detail
-
token
protected String token
-
-
Method Detail
-
emails
public Emails emails()
Get the emails access object- Returns:
- the Emails object
-
activities
public Activities activities()
Get the activities access object- Returns:
- the Activities object
-
analytics
public Analytics analytics()
Get the analytics access object- Returns:
- the Analytics object
-
domains
public Domains domains()
Get the domains access object- Returns:
- the Domains object
-
messages
public Messages messages()
Get the messages access object- Returns:
- the Messages object
-
scheduledMessages
public ScheduledMessages scheduledMessages()
Get the scheduled messages access object- Returns:
- the Scheduled Messages object
-
recipients
public Recipients recipients()
Get the recipients access object- Returns:
- the Recipients Object
-
tokens
public Tokens tokens()
Get the tokens access object- Returns:
- the Tokens object
-
webhooks
public Webhooks webhooks()
Get the webhooks access object- Returns:
- the Webhooks object
-
templates
public Templates templates()
Get the templates access object- Returns:
- the Templates object
-
inboundRoutes
public InboundRoutes inboundRoutes()
Get the inbound routes access object- Returns:
- The Inbound Routes object
-
emailVerification
public EmailVerification emailVerification()
Get the email verification access object- Returns:
- the Email Verification object
-
sms
public Sms sms()
Get the sms access object- Returns:
- The SMS object
-
setToken
public void setToken(String token)
Sets the MailerSend token- Parameters:
token- your MailerSend token
-
getToken
public String getToken()
Returns the MailerSend token- Returns:
- the MailerSend token
-
-