Uses of Class
com.ibm.fhir.audit.cadf.model.enums.ReporterRole
-
Packages that use ReporterRole Package Description com.ibm.fhir.audit.cadf.model com.ibm.fhir.audit.cadf.model.enums -
-
Uses of ReporterRole in com.ibm.fhir.audit.cadf.model
Methods in com.ibm.fhir.audit.cadf.model that return ReporterRole Modifier and Type Method Description ReporterRole
CadfReporterStep. getRole()
Methods in com.ibm.fhir.audit.cadf.model with parameters of type ReporterRole Modifier and Type Method Description CadfReporterStep.Builder
CadfReporterStep.Builder. role(ReporterRole role)
Constructors in com.ibm.fhir.audit.cadf.model with parameters of type ReporterRole Constructor Description Builder(ReporterRole role, CadfResource rep, String repId, ZonedDateTime rTime)
Construct a ReporterStep object. -
Uses of ReporterRole in com.ibm.fhir.audit.cadf.model.enums
Methods in com.ibm.fhir.audit.cadf.model.enums that return ReporterRole Modifier and Type Method Description static ReporterRole
ReporterRole. valueOf(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.
-