Package de.xima.fc

Class CmnConst.AppointmentFreeSlotsParams

  • Enclosing class:
    CmnConst

    public static final class CmnConst.AppointmentFreeSlotsParams
    extends Object
    Parameters for the appointment free slots servlet (/appointment/freeslots).
    • 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
    • Constructor Detail

      • AppointmentFreeSlotsParams

        public AppointmentFreeSlotsParams()