Package com.seclore.fs.helper.core
Class ProtectedSMail
java.lang.Object
com.seclore.fs.helper.core.ProtectedSMail
This class represents protected smail.
-
Constructor Summary
ConstructorsConstructorDescriptionProtectedSMail(String pFileId, String pFilePath, com.seclore.fs.ws.client.mail.utilities.SMailDetails pSMailDetails) Constructor to initialize this class. -
Method Summary
Modifier and TypeMethodDescriptionThis 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.SMailDetailsThis method returnsSMailDetailsassociated with the protected smail.
-
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
This method returns the file identifier of the protected smail.- Returns:
- : The File Identifier for the protected file.
-
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 returnsSMailDetailsassociated with the protected smail.- Returns:
SMailDetails, associated with the protected smail.
-