Uses of Enum
org.hl7.fhir.r5.model.SubscriptionTopic.CriteriaNotExistsBehavior
Packages that use SubscriptionTopic.CriteriaNotExistsBehavior
-
Uses of SubscriptionTopic.CriteriaNotExistsBehavior in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type SubscriptionTopic.CriteriaNotExistsBehaviorModifier and TypeFieldDescriptionSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.resultForCreateWhat behavior a server will exhibit if the previous state of a resource does NOT exist (e.g., prior to a create).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.r5.model that return SubscriptionTopic.CriteriaNotExistsBehaviorModifier and TypeMethodDescriptionSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.getResultForCreate()SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.getResultForDelete()Returns the enum constant of this type with the specified name.SubscriptionTopic.CriteriaNotExistsBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type SubscriptionTopic.CriteriaNotExistsBehaviorModifier and TypeMethodDescriptionSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.getResultForCreateElement()SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.getResultForDeleteElement()Methods in org.hl7.fhir.r5.model with parameters of type SubscriptionTopic.CriteriaNotExistsBehaviorModifier and TypeMethodDescriptionSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.setResultForCreate(SubscriptionTopic.CriteriaNotExistsBehavior value) SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.setResultForDelete(SubscriptionTopic.CriteriaNotExistsBehavior value) SubscriptionTopic.CriteriaNotExistsBehaviorEnumFactory.toCode(SubscriptionTopic.CriteriaNotExistsBehavior code) SubscriptionTopic.CriteriaNotExistsBehaviorEnumFactory.toSystem(SubscriptionTopic.CriteriaNotExistsBehavior code) Method parameters in org.hl7.fhir.r5.model with type arguments of type SubscriptionTopic.CriteriaNotExistsBehaviorModifier and TypeMethodDescriptionSubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.setResultForCreateElement(Enumeration<SubscriptionTopic.CriteriaNotExistsBehavior> value) SubscriptionTopic.SubscriptionTopicResourceTriggerQueryCriteriaComponent.setResultForDeleteElement(Enumeration<SubscriptionTopic.CriteriaNotExistsBehavior> value)