public class AddCalendarAttachmentRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
attachment
Attachment file name in storage
|
String |
name
Calendar file name in storage
|
AddAttachmentRequest |
request
Storage name and folder path for calendar and attachment files
|
Constructor and Description |
---|
AddCalendarAttachmentRequestData(String name,
String attachment,
AddAttachmentRequest request)
Initializes a new instance of the AddCalendarAttachmentRequestData class.
|
public String name
public String attachment
public AddAttachmentRequest request
public AddCalendarAttachmentRequestData(String name, String attachment, AddAttachmentRequest request)
name
- Calendar file name in storageattachment
- Attachment file name in storagerequest
- Storage name and folder path for calendar and attachment filesCopyright © 2019. All rights reserved.