Uses of Class
org.hl7.fhir.r4.model.Subscription.SubscriptionChannelType
-
Packages that use Subscription.SubscriptionChannelType Package Description org.hl7.fhir.r4.model -
-
Uses of Subscription.SubscriptionChannelType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Subscription.SubscriptionChannelType Modifier and Type Field Description protected Enumeration<Subscription.SubscriptionChannelType>Subscription.SubscriptionChannelComponent. typeThe type of channel to send notifications on.Methods in org.hl7.fhir.r4.model that return Subscription.SubscriptionChannelType Modifier and Type Method Description static Subscription.SubscriptionChannelTypeSubscription.SubscriptionChannelType. fromCode(String codeString)Subscription.SubscriptionChannelTypeSubscription.SubscriptionChannelTypeEnumFactory. fromCode(String codeString)Subscription.SubscriptionChannelTypeSubscription.SubscriptionChannelComponent. getType()static Subscription.SubscriptionChannelTypeSubscription.SubscriptionChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static Subscription.SubscriptionChannelType[]Subscription.SubscriptionChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Subscription.SubscriptionChannelType Modifier and Type Method Description Enumeration<Subscription.SubscriptionChannelType>Subscription.SubscriptionChannelTypeEnumFactory. fromType(Base code)Enumeration<Subscription.SubscriptionChannelType>Subscription.SubscriptionChannelComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type Subscription.SubscriptionChannelType Modifier and Type Method Description Subscription.SubscriptionChannelComponentSubscription.SubscriptionChannelComponent. setType(Subscription.SubscriptionChannelType value)StringSubscription.SubscriptionChannelTypeEnumFactory. toCode(Subscription.SubscriptionChannelType code)StringSubscription.SubscriptionChannelTypeEnumFactory. toSystem(Subscription.SubscriptionChannelType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Subscription.SubscriptionChannelType Modifier and Type Method Description Subscription.SubscriptionChannelComponentSubscription.SubscriptionChannelComponent. setTypeElement(Enumeration<Subscription.SubscriptionChannelType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Subscription.SubscriptionChannelType Constructor Description SubscriptionChannelComponent(Enumeration<Subscription.SubscriptionChannelType> type)Constructor
-