
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Subscription.Channel
Packages that use Subscription.Channel
-
Uses of Subscription.Channel in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Subscription.ChannelModifier and TypeMethodDescriptionSubscription.getChannel()
Gets the value(s) for channel ().Subscription.Channel.setEndpoint
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for endpoint ()Subscription.Channel.setEndpoint
(String theUri) Sets the value for endpoint ()Subscription.Channel.setHeader
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for header ()Sets the value for header ()Subscription.Channel.setPayload
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for payload ()Subscription.Channel.setPayload
(String theString) Sets the value for payload ()Subscription.Channel.setType
(SubscriptionChannelTypeEnum theValue) Sets the value(s) for type ()Subscription.Channel.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<SubscriptionChannelTypeEnum> theValue) Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Subscription.ChannelModifier and TypeMethodDescriptionSubscription.setChannel
(Subscription.Channel theValue) Sets the value(s) for channel ()