Class ProtectedSMail

java.lang.Object
com.seclore.fs.helper.core.ProtectedSMail

public class ProtectedSMail extends Object
This class represents protected smail.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ProtectedSMail(String pFileId, String pFilePath, com.seclore.fs.ws.client.mail.utilities.SMailDetails pSMailDetails)
    Constructor to initialize this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the file identifier of the protected smail.
    This method returns the path of the protected smail.
    com.seclore.fs.ws.client.mail.utilities.SMailDetails
    This method returns SMailDetails associated with the protected smail.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProtectedSMail

      public ProtectedSMail(String pFileId, String pFilePath, com.seclore.fs.ws.client.mail.utilities.SMailDetails pSMailDetails)
      Constructor to initialize this class.
      Parameters:
      pFileId - : ID of the protected file.
      pFilePath - : Path of the protected file or HTML wrapped file.
      pSMailCustomInfoXml - : Custom Info XML to be stored in HTML wrapped file.
  • Method Details

    • getFileId

      public String getFileId()
      This method returns the file identifier of the protected smail.
      Returns:
      : The File Identifier for the protected file.
    • getFilePath

      public String getFilePath()
      This method returns the path of the protected smail.
      Returns:
      : File Path.
    • getSMailDetails

      public com.seclore.fs.ws.client.mail.utilities.SMailDetails getSMailDetails()
      This method returns SMailDetails associated with the protected smail.
      Returns:
      SMailDetails, associated with the protected smail.