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.NotificationShapeSubscriptionTopic.NotificationShape.Builder. build()Build theSubscriptionTopic.NotificationShapeMethods 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.BuilderSubscriptionTopic.NotificationShape.Builder. from(SubscriptionTopic.NotificationShape notificationShape)SubscriptionTopic.BuilderSubscriptionTopic.Builder. notificationShape(SubscriptionTopic.NotificationShape... notificationShape)List of properties to describe the shape (e.g., resources) included in notifications from this Subscription Topic.protected voidSubscriptionTopic.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.BuilderSubscriptionTopic.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. 
 -