*** This interface provides Binary Compatibility only, not Source Compatibility ***

Interface EmailInterface

All Superinterfaces:
MetadataInterface, PublicObjectInterface, Remote

@SASScope("ALL") @BinaryCompatibilityOnly public interface EmailInterface extends MetadataInterface
  • Method Details

    • getAddress

      String getAddress() throws ServiceException, RemoteException
      Gets the String value of Address
      Returns:
      The Email Address
      Throws:
      ServiceException - If error getting/setting part of the object.
      RemoteException - If error connecting/communicating to/with remote object.
    • getEmailType

      String getEmailType() throws ServiceException, RemoteException
      Gets the String value of EmailType
      Returns:
      The EmailType
      Throws:
      ServiceException - If error getting/setting part of the object.
      RemoteException - If error connecting/communicating to/with remote object.
    • getEmailSubscriber

      List<MetadataInterface> getEmailSubscriber() throws ServiceException, RemoteException
      Gets the List of SubscriberInterface instances
      Returns:
      The List of SubscriberInterface instances
      Throws:
      ServiceException - If error getting/setting part of the object.
      RemoteException - If error connecting/communicating to/with remote object.
    • getPersons

      List<PersonInterface> getPersons() throws ServiceException, RemoteException
      Gets the List of PersonInterface instances
      Returns:
      The List of PersonInterface instances
      Throws:
      ServiceException - If error getting/setting part of the object.
      RemoteException - If error connecting/communicating to/with remote object.
    • setAddress

      void setAddress(String address) throws ServiceException, RemoteException
      Sets the String value of Address
      Parameters:
      The - email Address
      Throws:
      ServiceException - If error getting/setting part of the object.
      RemoteException - If error connecting/communicating to/with remote object.
    • setEmailType

      void setEmailType(String inEmailType) throws ServiceException, RemoteException
      Sets the String value of EmailType
      Parameters:
      The - EmailType
      Throws:
      ServiceException - If error getting/setting part of the object.
      RemoteException - If error connecting/communicating to/with remote object.
    • setEmailSubscribers

      void setEmailSubscribers(List<MetadataInterface> subscribers) throws ServiceException, RemoteException
      Sets the List of SubscriberInterface instances
      Parameters:
      The - List of SubscriberInterface instances
      Throws:
      ServiceException - If error getting/setting part of the object.
      RemoteException - If error connecting/communicating to/with remote object.
    • setPersons

      void setPersons(List<PersonInterface> persons) throws ServiceException, RemoteException
      Sets the List of PersonInterface instances
      Parameters:
      The - List of PersonInterface instances
      Throws:
      ServiceException - If error getting/setting part of the object.
      RemoteException - If error connecting/communicating to/with remote object.