Uses of Class
be.recipe.services.patient.CreateReservationVersion
-
Packages that use CreateReservationVersion Package Description be.recipe.services.patient -
-
Uses of CreateReservationVersion in be.recipe.services.patient
Fields in be.recipe.services.patient declared as CreateReservationVersion Modifier and Type Field Description protected CreateReservationVersionCreateReservationParam. versionMethods in be.recipe.services.patient that return CreateReservationVersion Modifier and Type Method Description static CreateReservationVersionCreateReservationVersion. fromValue(String v)CreateReservationVersionCreateReservationParam. getVersion()Gets the value of the version property.static CreateReservationVersionCreateReservationVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateReservationVersion[]CreateReservationVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.recipe.services.patient with parameters of type CreateReservationVersion Modifier and Type Method Description voidCreateReservationParam. setVersion(CreateReservationVersion value)Sets the value of the version property.
-