public class GetEmailAttachmentRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
attachment
Attachment name
|
String |
fileName
Email document file name
|
String |
folder
Path to folder in storage
|
String |
storage
Storage name
|
Constructor and Description |
---|
GetEmailAttachmentRequestData(String attachment,
String fileName,
String storage,
String folder)
Initializes a new instance of the GetEmailAttachmentRequestData class.
|
public String attachment
public String fileName
public String storage
public String folder
public GetEmailAttachmentRequestData(String attachment, String fileName, String storage, String folder)
attachment
- Attachment namefileName
- Email document file namestorage
- Storage namefolder
- Path to folder in storageCopyright © 2020. All rights reserved.