Package de.xima.fc

Class CmnConst.AppointmentFreeSlotsParams

java.lang.Object
de.xima.fc.CmnConst.AppointmentFreeSlotsParams
Enclosing class:
CmnConst

public static final class CmnConst.AppointmentFreeSlotsParams extends Object
Parameters for the appointment free slots servlet (/appointment/freeslots).
  • Field Details

    • PARAM_INCLUDE_PAST_APPOINTMENTS

      public static final String PARAM_INCLUDE_PAST_APPOINTMENTS
      The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#isIncludePastAppointments
      See Also:
    • PARAM_ZONE_ID

      public static final String PARAM_ZONE_ID
      The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getZoneId()
      See Also:
    • PARAM_APPOINTMENT_TEMPLATE_UUID

      public static final String PARAM_APPOINTMENT_TEMPLATE_UUID
      The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getAppointmentTemplateUuid()
      See Also:
    • PARAM_MONTH

      public static final String PARAM_MONTH
      The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getMonth}
      See Also:
    • PARAM_YEAR

      public static final String PARAM_YEAR
      The name of the HTTP parameter for AppointmentFreeSlotsServletParameter#getYear}
      See Also:
    • RESULT_FIELD_NAME

      public static final String RESULT_FIELD_NAME
      The name of the main JSON property returned by the servlet
      See Also:
  • Constructor Details

    • AppointmentFreeSlotsParams

      public AppointmentFreeSlotsParams()