Uses of Class
org.linuxforhealth.fhir.audit.cadf.enums.ReporterRole
-
Packages that use ReporterRole Package Description org.linuxforhealth.fhir.audit.cadf org.linuxforhealth.fhir.audit.cadf.enums -
-
Uses of ReporterRole in org.linuxforhealth.fhir.audit.cadf
Methods in org.linuxforhealth.fhir.audit.cadf that return ReporterRole Modifier and Type Method Description ReporterRole
CadfReporterStep. getRole()
Methods in org.linuxforhealth.fhir.audit.cadf with parameters of type ReporterRole Modifier and Type Method Description CadfReporterStep.Builder
CadfReporterStep.Builder. role(ReporterRole role)
Constructors in org.linuxforhealth.fhir.audit.cadf with parameters of type ReporterRole Constructor Description Builder(ReporterRole role, CadfResource rep, java.lang.String repId, java.time.ZonedDateTime rTime)
Construct a ReporterStep object. -
Uses of ReporterRole in org.linuxforhealth.fhir.audit.cadf.enums
Methods in org.linuxforhealth.fhir.audit.cadf.enums that return ReporterRole Modifier and Type Method Description static ReporterRole
ReporterRole. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReporterRole[]
ReporterRole. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-