Uses of Class
com.ibm.fhir.model.type.code.SubscriptionChannelType
-
Packages that use SubscriptionChannelType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of SubscriptionChannelType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SubscriptionChannelType Modifier and Type Method Description SubscriptionChannelTypeSubscription.Channel. getType()The type of channel to send notifications on.Methods in com.ibm.fhir.model.resource with parameters of type SubscriptionChannelType Modifier and Type Method Description Subscription.Channel.BuilderSubscription.Channel.Builder. type(SubscriptionChannelType type)The type of channel to send notifications on. -
Uses of SubscriptionChannelType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as SubscriptionChannelType Modifier and Type Field Description static SubscriptionChannelTypeSubscriptionChannelType. EMAILEmailstatic SubscriptionChannelTypeSubscriptionChannelType. MESSAGEMessagestatic SubscriptionChannelTypeSubscriptionChannelType. REST_HOOKRest Hookstatic SubscriptionChannelTypeSubscriptionChannelType. SMSSMSstatic SubscriptionChannelTypeSubscriptionChannelType. WEBSOCKETWebsocketMethods in com.ibm.fhir.model.type.code that return SubscriptionChannelType Modifier and Type Method Description SubscriptionChannelTypeSubscriptionChannelType.Builder. build()static SubscriptionChannelTypeSubscriptionChannelType. of(SubscriptionChannelType.ValueSet value)Factory method for creating SubscriptionChannelType objects from a passed enum value.static SubscriptionChannelTypeSubscriptionChannelType. of(String value)Factory method for creating SubscriptionChannelType objects from a passed string value.
-