Uses of Class
com.mailersend.sdk.exceptions.MailerSendException
-
-
Uses of MailerSendException in com.mailersend.sdk
Methods in com.mailersend.sdk that throw MailerSendException Modifier and Type Method Description <T extends MailerSendResponse>
TMailerSendApi. deleteRequest(String endpoint, Class<T> responseClass)Does a DELETE request to the given endpoint of the MailerSend API<T extends MailerSendResponse>
TMailerSendApi. deleteRequest(String endpoint, String requestBody, Class<T> responseClass)Does a DELETE request to the given endpoint of the MailerSend API<T extends MailerSendResponse>
TMailerSendApi. getRequest(String endpoint, Class<T> responseClass)Does a GET request to the given endpoint of the MailerSend API<T extends MailerSendResponse>
TMailerSendApi. postRequest(String endpoint, String requestBody, Class<T> responseClass)Does a POST request to the given endpoint of the MailerSend API<T extends MailerSendResponse>
TMailerSendApi. putRequest(String endpoint, String requestBody, Class<T> responseClass)Does a PUT request to the given endpoint of the MailerSend API -
Uses of MailerSendException in com.mailersend.sdk.activities
Methods in com.mailersend.sdk.activities that throw MailerSendException Modifier and Type Method Description ActivitiesListActivities. getActivities(String domainId)Gets the activities for the given domain idActivitiesListActivities. getActivities(String domainId, int page, int limit, Date dateFrom, Date dateTo, String[] events)Gets the activities for the given domain id.ActivitiesListActivitiesList. nextPage()Gets the next activities page using the original filtersActivitiesListActivitiesList. previousPage()Gets the previous activities page using the original filters -
Uses of MailerSendException in com.mailersend.sdk.analytics
Methods in com.mailersend.sdk.analytics that throw MailerSendException Modifier and Type Method Description AnalyticsByDateListAnalytics. getByDate(String[] events)Gets the analytics by dateAnalyticsByDateListAnalytics. getByDate(String groupBy, String[] events)Gets the analytics by dateAnalyticsListAnalytics. getOpensByCountry()Gets the opens by countryAnalyticsListAnalytics. getOpensByUserAgent()Gets the opens by user agentAnalyticsListAnalytics. getOpensByUserAgenType()Gets the opens by the user agent type (by reading environment) -
Uses of MailerSendException in com.mailersend.sdk.domains
Methods in com.mailersend.sdk.domains that throw MailerSendException Modifier and Type Method Description DomainDomainAddBuilder. addDomain(String name)Adds a domain to MailerSendbooleanDomains. deleteDomain(String domainId)Delete a single domainDomainDomains. getDomain(String domainId)Gets a single domainDomainDnsRecordsDomains. getDomainDnsRecords(String domainId)Gets the DNS records of a domainApiRecipientsListDomains. getDomainRecipients(String domainId)Gets the recipients of a domainDomainsListDomains. getDomains()Gets a list of domainsDomainDomainSettingsUpdateBuilder. updateDomain(String domainId)Updates a domain's settingsDomainVerificationStatusDomains. verifyDomain(String domainId)Verifies the domain with the given id -
Uses of MailerSendException in com.mailersend.sdk.emails
Methods in com.mailersend.sdk.emails that throw MailerSendException Modifier and Type Method Description StringEmails. bulkSend(Email[] emails)Sends the given emails in one batch callBulkSendStatusEmails. bulkSendStatus(String bulkSendId)Get the status of a bulk email sendMailerSendResponseEmails. send(Email email)Sends the given email -
Uses of MailerSendException in com.mailersend.sdk.inboundroutes
Methods in com.mailersend.sdk.inboundroutes that throw MailerSendException Modifier and Type Method Description InboundRouteInboundRouteBuilder. addRoute()addRoute.booleanInboundRoutes. deleteRoute(String routeId)deleteRoute.InboundRouteInboundRoutes. getRoute(String routeId)getRoute.InboundRoutesListInboundRoutes. getRoutes()getRoutes.InboundRouteInboundRouteBuilder. updateRoute(String inboundRouteId)updateRoute. -
Uses of MailerSendException in com.mailersend.sdk.messages
Methods in com.mailersend.sdk.messages that throw MailerSendException Modifier and Type Method Description MessageMessages. getMessage(String messageId)Gets a single messageMessagesListMessages. getMessages()Gets a list of messages -
Uses of MailerSendException in com.mailersend.sdk.recipients
Methods in com.mailersend.sdk.recipients that throw MailerSendException Modifier and Type Method Description SuppressionListSuppressionAddBuilder. addRecipientsToHardBounces()Adds recipients to the hard bounces suppression listSuppressionListSuppressionAddBuilder. addRecipientsToSpamComplaints()Adds recipients to the spam complaints suppression listSuppressionListSuppressionAddBuilder. addRecipientsToUnsubscribes()Adds recipients to the unsubscribes suppression listBlocklistItem[]SuppressionAddBuilder. addToBlocklist()Adds recipients or patterns into the blocklistMailerSendResponseSuppressions. deleteBlocklistAllItems()Deletes all items from the blocklistMailerSendResponseSuppressions. deleteBlocklistItems(String[] ids)Deletes the items with the given id from the blocklistMailerSendResponseSuppressions. deleteHardBouncesAllItems()Deletes all items from the hard bounces suppression listMailerSendResponseSuppressions. deleteHardBouncesItems(String[] ids)Deletes the items with the given id from the hard bounces suppression listMailerSendResponseRecipients. deleteRecipient(String recipientId)Deletes the recipient with the given idMailerSendResponseSuppressions. deleteSpamComplaintsAllItems()Deletes all items from the spam complaints suppression listMailerSendResponseSuppressions. deleteSpamComplaintsItems(String[] ids)Deletes the items with the given id from the spam complaints suppression listMailerSendResponseSuppressions. deleteUnsubscribesAllItems()Deletes all items from the unsubscribes suppression listMailerSendResponseSuppressions. deleteUnsubscribesItems(String[] ids)Deletes the items with the given id from the unsubscribes suppression listBlocklistListResponseSuppressions. getBlocklist()Gets the recipients in a blocklist of an account or domainSuppressionListSuppressions. getHardBounces()Gets the recipients that hard bouncedRecipientRecipients. getRecipient(String recipientId)Get a single recipientApiRecipientsListRecipients. getRecipients()Get recipientsSuppressionListSuppressions. getSpamComplaints()Gets the spam complaintsSuppressionListSuppressions. getUnsubscribes()Gets the unsubscribes -
Uses of MailerSendException in com.mailersend.sdk.scheduledmessages
Methods in com.mailersend.sdk.scheduledmessages that throw MailerSendException Modifier and Type Method Description booleanScheduledMessages. deleteScheduledMessage(String messageId)deleteScheduledMessage.ScheduledMessageScheduledMessages. getScheduledMessage(String messageId)getScheduledMessage.ScheduledMessagesListScheduledMessages. getScheduledMessages()getScheduledMessages. -
Uses of MailerSendException in com.mailersend.sdk.sms
Methods in com.mailersend.sdk.sms that throw MailerSendException Modifier and Type Method Description StringSmsBuilder. send()send. -
Uses of MailerSendException in com.mailersend.sdk.sms.activities
Methods in com.mailersend.sdk.sms.activities that throw MailerSendException Modifier and Type Method Description SmsActivityListSmsActivities. getActivities()getActivities.SmsMessageActivitySmsActivities. getMessageActivity(String messageId)getMessageActivity. -
Uses of MailerSendException in com.mailersend.sdk.sms.inboundroutes
Methods in com.mailersend.sdk.sms.inboundroutes that throw MailerSendException Modifier and Type Method Description SmsInboundRouteSmsInboundRouteBuilder. addSmsInboundRoute()addSmsInboundRoute.booleanSmsInboundRoutes. deleteSmsInboundRoute(String routeId)deleteSmsInboundRoute.SmsInboundRouteSmsInboundRoutes. getSmsInboundRoute(String routeId)getSmsInboundRoute.SmsInboundRouteListSmsInboundRoutes. getSmsInboundRoutes()getSmsInboundRoutes.SmsInboundRouteSmsInboundRouteBuilder. updateSmsInboundRoute(String smsInboundRouteId)updateSmsInboundRoute. -
Uses of MailerSendException in com.mailersend.sdk.sms.messages
Methods in com.mailersend.sdk.sms.messages that throw MailerSendException Modifier and Type Method Description SmsMessageSmsMessages. getMessage(String messageId)getMessage.SmsMessageListSmsMessages. getMessages()getMessages. -
Uses of MailerSendException in com.mailersend.sdk.sms.phonenumbers
Methods in com.mailersend.sdk.sms.phonenumbers that throw MailerSendException Modifier and Type Method Description booleanPhoneNumbers. deletePhoneNumber(String phoneNumberId)deletePhoneNumber.PhoneNumberPhoneNumbers. getPhoneNumber(String phoneNumberId)getPhoneNumber.PhoneNumberListPhoneNumbers. getPhoneNumbers()getPhoneNumbers.PhoneNumberPhoneNumbers. updatePhoneNumber(String phoneNumberId, boolean paused)updatePhoneNumber. -
Uses of MailerSendException in com.mailersend.sdk.sms.recipients
Methods in com.mailersend.sdk.sms.recipients that throw MailerSendException Modifier and Type Method Description SmsRecipientSmsRecipients. getRecipient(String recipientId)getRecipient.SmsRecipientListSmsRecipients. getRecipients()getRecipients.SmsRecipientSmsRecipients. updateRecipient(String recipientId, String status)updateRecipient. -
Uses of MailerSendException in com.mailersend.sdk.templates
Methods in com.mailersend.sdk.templates that throw MailerSendException Modifier and Type Method Description MailerSendResponseTemplates. deleteTemplate(String templateId)Delete the template with the given idTemplateTemplates. getTemplate(String templateId)Retrieve the template with the given idTemplatesListTemplates. getTemplates()Get templates -
Uses of MailerSendException in com.mailersend.sdk.tokens
Methods in com.mailersend.sdk.tokens that throw MailerSendException Modifier and Type Method Description TokenAddBuilderTokenAddBuilder. addScope(String scope)Add a scopeTokenAddTokenAddBuilder. addToken()Creates an API tokenMailerSendResponseTokens. deleteToken(String tokenId)Deletes a tokenTokenTokens. updateToken(String tokenId, boolean paused)Updates a token's status -
Uses of MailerSendException in com.mailersend.sdk.webhooks
Methods in com.mailersend.sdk.webhooks that throw MailerSendException Modifier and Type Method Description WebhookWebhooksBuilder. createWebhook(String domainId)Creates a webhookbooleanWebhooks. deleteWebhook(String webhookId)Deletes a webhookWebhookWebhooks. getWebhook(String webhookId)Gets a single webhookWebhooksListWebhooks. getWebhooks(String domainId)Gets a list of webhooksWebhookWebhooksBuilder. updateWebhook(String webhookId)Updates the webhook with the given id -
Uses of MailerSendException in com.mailersend.sms.webhooks
Methods in com.mailersend.sms.webhooks that throw MailerSendException Modifier and Type Method Description SmsWebhookSmsWebhooksBuilder. createWebhook(String smsNumberId)Creates a webhookbooleanSmsWebhooks. deleteWebhook(String webhookId)Deletes a webhookSmsWebhookSmsWebhooks. getWebhook(String webhookId)Gets a single webhookSmsWebhookListSmsWebhooks. getWebhooks(String smsNumberId)Gets a list of webhooksSmsWebhookSmsWebhooksBuilder. updateWebhook(String webhookId)Updates the webhook with the given id -
Uses of MailerSendException in com.mailsend.sdk.emailverification
Methods in com.mailsend.sdk.emailverification that throw MailerSendException Modifier and Type Method Description EmailVerificationListEmailVerificationBuilder. create()create.EmailVerificationListEmailVerification. getList(String emailVerificationId)getList.EmailVerificationListsEmailVerification. getLists()getLists.ListVerificationResultsEmailVerification. verificationResults(String listId)verificationResults.EmailVerificationListEmailVerification. verifyList(String listId)verifyList. -
Uses of MailerSendException in messages
Methods in messages that throw MailerSendException Modifier and Type Method Description SmsMessageSmsMessages. getMessage(String messageId)getMessage.SmsMessageListSmsMessages. getMessages()getMessages.
-