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 OutcomeCadfEvent. getOutcome()Methods in com.ibm.fhir.audit.cadf.model with parameters of type Outcome Modifier and Type Method Description CadfEvent.BuilderCadfEvent.Builder. outcome(Outcome outcome)voidCadfEvent. 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 OutcomeOutcome. 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. 
 -