public class GetMapiAttachmentRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
attachment
Attachment name or index
|
String |
folder
Path to folder in storage
|
String |
name
Document file name
|
String |
storage
Storage name
|
Constructor and Description |
---|
GetMapiAttachmentRequestData(String name,
String attachment,
String folder,
String storage)
Initializes a new instance of the GetMapiAttachmentRequestData class.
|
public String name
public String attachment
public String folder
public String storage
public GetMapiAttachmentRequestData(String name, String attachment, String folder, String storage)
name
- Document file nameattachment
- Attachment name or indexfolder
- Path to folder in storagestorage
- Storage nameCopyright © 2019. All rights reserved.