Interface StatusService


public interface StatusService
Service for retrieving the current status of a newsletter from a Adobe Campaign instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    retrieveStatus(Resource resource, I18n i18n)
    Retrieves the status of the newsletter represented by the specified @link Resource}.
  • Method Details

    • retrieveStatus

      NewsletterStatus retrieveStatus(Resource resource, I18n i18n) throws ACConnectorException
      Retrieves the status of the newsletter represented by the specified @link Resource}.
      Parameters:
      resource - The resource representing the newsletter
      i18n - The internationalization object
      Returns:
      The status of the newsletter
      Throws:
      ACConnectorException - if the status could not be retrieved