Uses of Class
de.xima.fc.mdl.enums.EAppointmentStatus
- 
Packages that use EAppointmentStatus Package Description de.xima.fc.appointment de.xima.fc.entities Package für Datenbankentitätende.xima.fc.interfaces.appointment de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. - 
- 
Uses of EAppointmentStatus in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return types with arguments of type EAppointmentStatus Modifier and Type Method Description Iterable<EAppointmentStatus>AppointmentQueryParams. getStatus()Methods in de.xima.fc.appointment with parameters of type EAppointmentStatus Modifier and Type Method Description AppointmentQueryParams.BuilderAppointmentQueryParams.Builder. excludeStatus(EAppointmentStatus status, EAppointmentStatus... moreStatus)AppointmentQueryParams.BuilderAppointmentQueryParams.Builder. limitToStatus(EAppointmentStatus status)Method parameters in de.xima.fc.appointment with type arguments of type EAppointmentStatus Modifier and Type Method Description AppointmentQueryParams.BuilderAppointmentQueryParams.Builder. limitToStatus(Iterable<EAppointmentStatus> status) - 
Uses of EAppointmentStatus in de.xima.fc.entities
Methods in de.xima.fc.entities that return EAppointmentStatus Modifier and Type Method Description default EAppointmentStatusIEffectiveAppointmentStatusProviding. getEffectiveStatus()EAppointmentStatusAppointment. getStatus()EAppointmentStatusIEffectiveAppointmentStatusProviding. getStatus()Methods in de.xima.fc.entities with parameters of type EAppointmentStatus Modifier and Type Method Description voidAppointment. setStatus(EAppointmentStatus status) - 
Uses of EAppointmentStatus in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return types with arguments of type EAppointmentStatus Modifier and Type Method Description Iterable<EAppointmentStatus>IAppointmentQueryParams. getStatus() - 
Uses of EAppointmentStatus in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EAppointmentStatus Modifier and Type Method Description static EAppointmentStatusEAppointmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EAppointmentStatus[]EAppointmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -