Uses of Class
ca.uhn.fhir.model.dstu2.resource.Subscription.Channel
-
Uses of Subscription.Channel in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionSubscription.setChannel
(Subscription.Channel theValue) Sets the value(s) for channel ()