Uses of Class
com.ibm.fhir.model.resource.Subscription.Channel
-
Packages that use Subscription.Channel Package Description com.ibm.fhir.model.resource -
-
Uses of Subscription.Channel in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.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)
-