Uses of Class
com.ibm.fhir.audit.cadf.model.enums.Outcome
-
Packages that use Outcome Package Description com.ibm.fhir.audit.cadf.model com.ibm.fhir.audit.cadf.model.enums -
-
Uses of Outcome in com.ibm.fhir.audit.cadf.model
Methods in com.ibm.fhir.audit.cadf.model that return Outcome Modifier and Type Method Description Outcome
CadfEvent. getOutcome()
Methods in com.ibm.fhir.audit.cadf.model with parameters of type Outcome Modifier and Type Method Description CadfEvent.Builder
CadfEvent.Builder. outcome(Outcome outcome)
void
CadfEvent. setOutcome(Outcome outcome)
Constructors in com.ibm.fhir.audit.cadf.model with parameters of type Outcome Constructor Description Builder(String id, EventType eventType, String eventTime, Action action, Outcome outcome)
CadfEvent builder constructor. -
Uses of Outcome in com.ibm.fhir.audit.cadf.model.enums
Methods in com.ibm.fhir.audit.cadf.model.enums that return Outcome Modifier and Type Method Description static Outcome
Outcome. valueOf(String name)
Returns the enum constant of this type with the specified name.static Outcome[]
Outcome. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-