public interface DoctorSuggestion
Modifier and Type | Interface and Description |
---|---|
static class |
DoctorSuggestion.StepStatus |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getArea() |
DoctorSuggestion.StepStatus |
getStatus() |
String |
getSuggestion() |
static DoctorSuggestion |
of(DoctorSuggestion.StepStatus status,
Optional<String> area,
String suggestion) |
DoctorSuggestion.StepStatus getStatus()
String getSuggestion()
static DoctorSuggestion of(DoctorSuggestion.StepStatus status, Optional<String> area, String suggestion)