Uses of Class
org.linuxforhealth.fhir.model.resource.SubscriptionTopic.NotificationShape
-
Packages that use SubscriptionTopic.NotificationShape Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of SubscriptionTopic.NotificationShape in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return SubscriptionTopic.NotificationShape Modifier and Type Method Description SubscriptionTopic.NotificationShape
SubscriptionTopic.NotificationShape.Builder. build()
Build theSubscriptionTopic.NotificationShape
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type SubscriptionTopic.NotificationShape Modifier and Type Method Description java.util.List<SubscriptionTopic.NotificationShape>
SubscriptionTopic. getNotificationShape()
List of properties to describe the shape (e.g., resources) included in notifications from this Subscription Topic.Methods in org.linuxforhealth.fhir.model.resource with parameters of type SubscriptionTopic.NotificationShape Modifier and Type Method Description protected SubscriptionTopic.NotificationShape.Builder
SubscriptionTopic.NotificationShape.Builder. from(SubscriptionTopic.NotificationShape notificationShape)
SubscriptionTopic.Builder
SubscriptionTopic.Builder. notificationShape(SubscriptionTopic.NotificationShape... notificationShape)
List of properties to describe the shape (e.g., resources) included in notifications from this Subscription Topic.protected void
SubscriptionTopic.NotificationShape.Builder. validate(SubscriptionTopic.NotificationShape notificationShape)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type SubscriptionTopic.NotificationShape Modifier and Type Method Description SubscriptionTopic.Builder
SubscriptionTopic.Builder. notificationShape(java.util.Collection<SubscriptionTopic.NotificationShape> notificationShape)
List of properties to describe the shape (e.g., resources) included in notifications from this Subscription Topic.
-