Package de.xima.fc
Class CmnConst.AppointmentFreeSlotsParams
- java.lang.Object
-
- de.xima.fc.CmnConst.AppointmentFreeSlotsParams
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_APPOINTMENT_TEMPLATE_UUID
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getAppointmentTemplateUuid()static String
PARAM_INCLUDE_PAST_APPOINTMENTS
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#isIncludePastAppointmentsstatic String
PARAM_MONTH
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getMonth}static String
PARAM_YEAR
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getYear}static String
PARAM_ZONE_ID
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getZoneId()static String
RESULT_FIELD_NAME
The name of the main JSON property returned by the servlet
-
Constructor Summary
Constructors Constructor Description AppointmentFreeSlotsParams()
-
-
-
Field Detail
-
PARAM_INCLUDE_PAST_APPOINTMENTS
public static final String PARAM_INCLUDE_PAST_APPOINTMENTS
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#isIncludePastAppointments- See Also:
- Constant Field Values
-
PARAM_ZONE_ID
public static final String PARAM_ZONE_ID
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getZoneId()- See Also:
- Constant Field Values
-
PARAM_APPOINTMENT_TEMPLATE_UUID
public static final String PARAM_APPOINTMENT_TEMPLATE_UUID
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getAppointmentTemplateUuid()- See Also:
- Constant Field Values
-
PARAM_MONTH
public static final String PARAM_MONTH
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getMonth}- See Also:
- Constant Field Values
-
PARAM_YEAR
public static final String PARAM_YEAR
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getYear}- See Also:
- Constant Field Values
-
RESULT_FIELD_NAME
public static final String RESULT_FIELD_NAME
The name of the main JSON property returned by the servlet- See Also:
- Constant Field Values
-
-