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, toZoneId
public 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 AServletParameter
public static AppointmentIcalServletParameter parse(javax.servlet.http.HttpServletRequest request) throws IllegalArgumentException
AppointmentIcalServlet
and returns the result.request
- the HttpServletRequest
IllegalArgumentException
- When the parameters are invalid.Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.