public class AppointmentIcalServletParameter extends AServletParameter implements Serializable
AppointmentIcalServlet. Also offers a static constructor method for parsing
the parameters.| Modifier and Type | Method and Description |
|---|---|
UUID |
getAppointmentTemplateUuid() |
UUID |
getClientUuid() |
Locale |
getLocale() |
com.google.common.collect.Range<Instant> |
getRange() |
String |
getSourceUrl() |
boolean |
isIncludePastAppointments() |
static AppointmentIcalServletParameter |
parse(javax.servlet.http.HttpServletRequest request)
Parses the parameters passed to the
AppointmentIcalServlet and returns the result. |
IAppointmentIcalQueryParams |
toQueryParams() |
String |
toString() |
getBoolean, getBoolean, getInteger, getInteger, getLocalDateTime, getLocalDateTime, getLocale, getLong, getLong, getPathPart, getUuid, getUuid, getZoneId, toBoolean, toInteger, toLocalDateTime, toLocale, toLong, toUuid, toZoneIdpublic UUID getAppointmentTemplateUuid()
AppointmentTemplate for which an iCal file should be created.public UUID getClientUuid()
getAppointmentTemplateUuid().public Locale getLocale()
public com.google.common.collect.Range<Instant> getRange()
public String getSourceUrl()
public boolean isIncludePastAppointments()
public IAppointmentIcalQueryParams toQueryParams()
IAppointmentIcalQueryParams.public String toString()
toString in class AServletParameterpublic static AppointmentIcalServletParameter parse(javax.servlet.http.HttpServletRequest request) throws IllegalArgumentException
AppointmentIcalServlet and returns the result.request - IllegalArgumentException - When the parameters are invalid.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.