Uses of Class
de.xima.fc.appointment.EAppointmentIcalError
-
Packages that use EAppointmentIcalError Package Description de.xima.fc.appointment -
-
Uses of EAppointmentIcalError in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return EAppointmentIcalError Modifier and Type Method Description EAppointmentIcalError
AppointmentIcalException. getIcalError()
static EAppointmentIcalError
EAppointmentIcalError. valueOf(String name)
Returns the enum constant of this type with the specified name.static EAppointmentIcalError[]
EAppointmentIcalError. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.xima.fc.appointment with parameters of type EAppointmentIcalError Constructor Description AppointmentIcalException(EAppointmentIcalError bookingError)
AppointmentIcalException(EAppointmentIcalError bookingError, String message)
AppointmentIcalException(EAppointmentIcalError bookingError, String message, Throwable cause)
AppointmentIcalException(EAppointmentIcalError bookingError, Throwable cause)
-