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.Channel
Subscription.Channel.Builder. build()
Build theSubscription.Channel
Subscription.Channel
Subscription. 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.Builder
Subscription.Builder. channel(Subscription.Channel channel)
Details where to send notifications when resources are received that meet the criteria.protected Subscription.Channel.Builder
Subscription.Channel.Builder. from(Subscription.Channel channel)
protected void
Subscription.Channel.Builder. validate(Subscription.Channel channel)
-