Uses of Class
org.hl7.fhir.r4b.model.SubscriptionTopic.CriteriaNotExistsBehavior
-
Packages that use SubscriptionTopic.CriteriaNotExistsBehavior Package Description org.hl7.fhir.r4b.model -
-
Uses of SubscriptionTopic.CriteriaNotExistsBehavior in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type SubscriptionTopic.CriteriaNotExistsBehavior Modifier and Type Field Description protected Enumeration<SubscriptionTopic.CriteriaNotExistsBehavior>SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent. resultForCreateWhat behavior a server will exhibit if the previous state of a resource does NOT exist (e.g., prior to a create).protected Enumeration<SubscriptionTopic.CriteriaNotExistsBehavior>SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent. resultForDeleteWhat behavior a server will exhibit if the current state of a resource does NOT exist (e.g., after a DELETE).Methods in org.hl7.fhir.r4b.model that return SubscriptionTopic.CriteriaNotExistsBehavior Modifier and Type Method Description static SubscriptionTopic.CriteriaNotExistsBehaviorSubscriptionTopic.CriteriaNotExistsBehavior. fromCode(String codeString)SubscriptionTopic.CriteriaNotExistsBehaviorSubscriptionTopic.CriteriaNotExistsBehaviorEnumFactory. fromCode(String codeString)SubscriptionTopic.CriteriaNotExistsBehaviorSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent. getResultForCreate()SubscriptionTopic.CriteriaNotExistsBehaviorSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent. getResultForDelete()static SubscriptionTopic.CriteriaNotExistsBehaviorSubscriptionTopic.CriteriaNotExistsBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static SubscriptionTopic.CriteriaNotExistsBehavior[]SubscriptionTopic.CriteriaNotExistsBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4b.model that return types with arguments of type SubscriptionTopic.CriteriaNotExistsBehavior Modifier and Type Method Description Enumeration<SubscriptionTopic.CriteriaNotExistsBehavior>SubscriptionTopic.CriteriaNotExistsBehaviorEnumFactory. fromType(Base code)Enumeration<SubscriptionTopic.CriteriaNotExistsBehavior>SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent. getResultForCreateElement()Enumeration<SubscriptionTopic.CriteriaNotExistsBehavior>SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent. getResultForDeleteElement()Methods in org.hl7.fhir.r4b.model with parameters of type SubscriptionTopic.CriteriaNotExistsBehavior Modifier and Type Method Description SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponentSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent. setResultForCreate(SubscriptionTopic.CriteriaNotExistsBehavior value)SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponentSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent. setResultForDelete(SubscriptionTopic.CriteriaNotExistsBehavior value)StringSubscriptionTopic.CriteriaNotExistsBehaviorEnumFactory. toCode(SubscriptionTopic.CriteriaNotExistsBehavior code)StringSubscriptionTopic.CriteriaNotExistsBehaviorEnumFactory. toSystem(SubscriptionTopic.CriteriaNotExistsBehavior code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type SubscriptionTopic.CriteriaNotExistsBehavior Modifier and Type Method Description SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponentSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent. setResultForCreateElement(Enumeration<SubscriptionTopic.CriteriaNotExistsBehavior> value)SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponentSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent. setResultForDeleteElement(Enumeration<SubscriptionTopic.CriteriaNotExistsBehavior> value)
-