Uses of Enum
org.hl7.fhir.r5.model.Subscription.SubscriptionPayloadContent
-
Uses of Subscription.SubscriptionPayloadContent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionSubscription.content
How much of the resource content to deliver in the notification payload.Modifier and TypeMethodDescriptionSubscription.getContent()
Returns the enum constant of this type with the specified name.Subscription.SubscriptionPayloadContent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSubscription.SubscriptionPayloadContentEnumFactory.fromType
(PrimitiveType<?> code) Subscription.getContentElement()
Modifier and TypeMethodDescriptionSubscription.setContent
(Subscription.SubscriptionPayloadContent value) Subscription.SubscriptionPayloadContentEnumFactory.toCode
(Subscription.SubscriptionPayloadContent code) Subscription.SubscriptionPayloadContentEnumFactory.toSystem
(Subscription.SubscriptionPayloadContent code) Modifier and TypeMethodDescriptionSubscription.setContentElement
(Enumeration<Subscription.SubscriptionPayloadContent> value)