Uses of Class
org.linuxforhealth.fhir.model.resource.Subscription.Channel
- 
Packages that use Subscription.Channel Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of Subscription.Channel in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Subscription.Channel Modifier and Type Method Description Subscription.ChannelSubscription.Channel.Builder. build()Build theSubscription.ChannelSubscription.ChannelSubscription. getChannel()Details where to send notifications when resources are received that meet the criteria.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Subscription.Channel Modifier and Type Method Description Subscription.BuilderSubscription.Builder. channel(Subscription.Channel channel)Details where to send notifications when resources are received that meet the criteria.protected Subscription.Channel.BuilderSubscription.Channel.Builder. from(Subscription.Channel channel)protected voidSubscription.Channel.Builder. validate(Subscription.Channel channel) 
 -