Uses of Class
com.ibm.fhir.audit.cadf.enums.ReporterRole
-
Packages that use ReporterRole Package Description com.ibm.fhir.audit.cadf com.ibm.fhir.audit.cadf.enums -
-
Uses of ReporterRole in com.ibm.fhir.audit.cadf
Methods in com.ibm.fhir.audit.cadf that return ReporterRole Modifier and Type Method Description ReporterRole
CadfReporterStep. getRole()
Methods in com.ibm.fhir.audit.cadf with parameters of type ReporterRole Modifier and Type Method Description CadfReporterStep.Builder
CadfReporterStep.Builder. role(ReporterRole role)
Constructors in com.ibm.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 com.ibm.fhir.audit.cadf.enums
Methods in com.ibm.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.
-