Uses of Enum
org.hl7.fhir.r5.model.Subscription.SubscriptionUrlLocation
Packages that use Subscription.SubscriptionUrlLocation
-
Uses of Subscription.SubscriptionUrlLocation in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Subscription.SubscriptionUrlLocationModifier and TypeFieldDescriptionprotected Enumeration<Subscription.SubscriptionUrlLocation>Subscription.notificationUrlLocationIf present, where to place URLs of resources in notifications.Methods in org.hl7.fhir.r5.model that return Subscription.SubscriptionUrlLocationModifier and TypeMethodDescriptionSubscription.getNotificationUrlLocation()Returns the enum constant of this type with the specified name.static Subscription.SubscriptionUrlLocation[]Subscription.SubscriptionUrlLocation.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 Subscription.SubscriptionUrlLocationMethods in org.hl7.fhir.r5.model with parameters of type Subscription.SubscriptionUrlLocationModifier and TypeMethodDescriptionSubscription.setNotificationUrlLocation(Subscription.SubscriptionUrlLocation value) Subscription.SubscriptionUrlLocationEnumFactory.toCode(Subscription.SubscriptionUrlLocation code) Subscription.SubscriptionUrlLocationEnumFactory.toSystem(Subscription.SubscriptionUrlLocation code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Subscription.SubscriptionUrlLocationModifier and TypeMethodDescriptionSubscription.setNotificationUrlLocationElement(Enumeration<Subscription.SubscriptionUrlLocation> value)