Package de.xima.fc
Class CmnConst.AppointmentFreeSlotsParams
java.lang.Object
de.xima.fc.CmnConst.AppointmentFreeSlotsParams
- Enclosing class:
- CmnConst
Parameters for the appointment free slots servlet (/appointment/freeslots).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getAppointmentTemplateUuid()static final String
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#isIncludePastAppointmentsstatic final String
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getMonth}static final String
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getYear}static final String
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getZoneId()static final String
The name of the main JSON property returned by the servlet -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARAM_INCLUDE_PAST_APPOINTMENTS
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#isIncludePastAppointments- See Also:
-
PARAM_ZONE_ID
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getZoneId()- See Also:
-
PARAM_APPOINTMENT_TEMPLATE_UUID
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getAppointmentTemplateUuid()- See Also:
-
PARAM_MONTH
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getMonth}- See Also:
-
PARAM_YEAR
The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getYear}- See Also:
-
RESULT_FIELD_NAME
The name of the main JSON property returned by the servlet- See Also:
-
-
Constructor Details
-
AppointmentFreeSlotsParams
public AppointmentFreeSlotsParams()
-