Uses of Class
com.ibm.fhir.model.type.code.TriggerType
-
Packages that use TriggerType Package Description com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of TriggerType in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return TriggerType Modifier and Type Method Description TriggerTypeTriggerDefinition. getType()The type of triggering event.Methods in com.ibm.fhir.model.type with parameters of type TriggerType Modifier and Type Method Description TriggerDefinition.BuilderTriggerDefinition.Builder. type(TriggerType type)The type of triggering event. -
Uses of TriggerType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as TriggerType Modifier and Type Field Description static TriggerTypeTriggerType. DATA_ACCESS_ENDEDData Access Endedstatic TriggerTypeTriggerType. DATA_ACCESSEDData Accessedstatic TriggerTypeTriggerType. DATA_ADDEDData Addedstatic TriggerTypeTriggerType. DATA_CHANGEDData Changedstatic TriggerTypeTriggerType. DATA_MODIFIEDData Updatedstatic TriggerTypeTriggerType. DATA_REMOVEDData Removedstatic TriggerTypeTriggerType. NAMED_EVENTNamed Eventstatic TriggerTypeTriggerType. PERIODICPeriodicMethods in com.ibm.fhir.model.type.code that return TriggerType Modifier and Type Method Description TriggerTypeTriggerType.Builder. build()static TriggerTypeTriggerType. of(TriggerType.ValueSet value)Factory method for creating TriggerType objects from a passed enum value.static TriggerTypeTriggerType. of(String value)Factory method for creating TriggerType objects from a passed string value.
-