Uses of Class
de.xima.fc.mdl.enums.ESortingOrder
- 
Packages that use ESortingOrder Package Description de.xima.fc.appointment de.xima.fc.interfaces.appointment de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. - 
- 
Uses of ESortingOrder in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return ESortingOrder Modifier and Type Method Description ESortingOrderAppointmentQueryParams. getSortingOrder()Methods in de.xima.fc.appointment with parameters of type ESortingOrder Modifier and Type Method Description AppointmentQueryParams.BuilderAppointmentQueryParams.Builder. withSortingOrder(ESortingOrder sortingOrder) - 
Uses of ESortingOrder in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return ESortingOrder Modifier and Type Method Description ESortingOrderIAppointmentQueryParams. getSortingOrder() - 
Uses of ESortingOrder in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ESortingOrder Modifier and Type Method Description static ESortingOrderESortingOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ESortingOrder[]ESortingOrder. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -