public class AppointmentIcalQueryResult extends Object implements IAppointmentIcalQueryResult
IAppointmentIcalQueryResult.| Constructor and Description |
|---|
AppointmentIcalQueryResult(String standardIcalFileName,
String icalFileData)
Creates a new iCal query result with the given file name and iCal data.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIcalFileData() |
String |
getStandardIcalFileName() |
public AppointmentIcalQueryResult(String standardIcalFileName, String icalFileData)
standardIcalFileName - The name of the returned iCal file.icalFileData - The data of the returned iCal file.public String getStandardIcalFileName()
getStandardIcalFileName in interface IAppointmentIcalQueryResultpublic String getIcalFileData()
getIcalFileData in interface IAppointmentIcalQueryResultCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.