Uses of Class
be.recipe.services.core.ContactPreference
-
Packages that use ContactPreference Package Description be.recipe.services.core be.recipe.services.executor be.recipe.services.patient -
-
Uses of ContactPreference in be.recipe.services.core
Methods in be.recipe.services.core that return ContactPreference Modifier and Type Method Description static ContactPreferenceContactPreference. fromValue(String v)static ContactPreferenceContactPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactPreference[]ContactPreference. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContactPreference in be.recipe.services.executor
Fields in be.recipe.services.executor declared as ContactPreference Modifier and Type Field Description protected ContactPreferenceListReservationsResultItem. contactPreferenceMethods in be.recipe.services.executor that return ContactPreference Modifier and Type Method Description ContactPreferenceListReservationsResultItem. getContactPreference()Gets the value of the contactPreference property.Methods in be.recipe.services.executor with parameters of type ContactPreference Modifier and Type Method Description voidListReservationsResultItem. setContactPreference(ContactPreference value)Sets the value of the contactPreference property. -
Uses of ContactPreference in be.recipe.services.patient
Fields in be.recipe.services.patient declared as ContactPreference Modifier and Type Field Description protected ContactPreferenceContactDetails. contactPreferenceprotected ContactPreferenceCreateReservationParam. contactPreferenceprotected ContactPreferenceGetOpenPrescriptionForPatient. contactPreferenceprotected ContactPreferenceGetPrescriptionForPatientResult. contactPreferenceprotected ContactPreferenceGetPrescriptionForPatientResult.Reservation. contactPreferenceprotected ContactPreferenceListOpenRidsResultItem. contactPreferenceMethods in be.recipe.services.patient that return ContactPreference Modifier and Type Method Description ContactPreferenceContactDetails. getContactPreference()Gets the value of the contactPreference property.ContactPreferenceCreateReservationParam. getContactPreference()Gets the value of the contactPreference property.ContactPreferenceGetOpenPrescriptionForPatient. getContactPreference()Gets the value of the contactPreference property.ContactPreferenceGetPrescriptionForPatientResult. getContactPreference()Gets the value of the contactPreference property.ContactPreferenceGetPrescriptionForPatientResult.Reservation. getContactPreference()Gets the value of the contactPreference property.ContactPreferenceListOpenRidsResultItem. getContactPreference()Gets the value of the contactPreference property.Methods in be.recipe.services.patient with parameters of type ContactPreference Modifier and Type Method Description voidContactDetails. setContactPreference(ContactPreference value)Sets the value of the contactPreference property.voidCreateReservationParam. setContactPreference(ContactPreference value)Sets the value of the contactPreference property.voidGetOpenPrescriptionForPatient. setContactPreference(ContactPreference value)Sets the value of the contactPreference property.voidGetPrescriptionForPatientResult.Reservation. setContactPreference(ContactPreference value)Sets the value of the contactPreference property.voidGetPrescriptionForPatientResult. setContactPreference(ContactPreference value)Sets the value of the contactPreference property.voidListOpenRidsResultItem. setContactPreference(ContactPreference value)Sets the value of the contactPreference property.
-