Interface Subscription_ChannelBuilder
-
- All Known Implementing Classes:
Subscription_ChannelBuilder.Impl
public interface Subscription_ChannelBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSubscription_ChannelBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Subscription.Channelbuild()static Subscription_ChannelBuilder.Implbuilder(com.babylonhealth.lit.hl7.SUBSCRIPTION_CHANNEL_TYPE _type)static Subscription_ChannelBuilder.Implinit(com.babylonhealth.lit.hl7.SUBSCRIPTION_CHANNEL_TYPE _type)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Subscription.Channel build()
-
init
static Subscription_ChannelBuilder.Impl init(com.babylonhealth.lit.hl7.SUBSCRIPTION_CHANNEL_TYPE _type)
-
builder
static Subscription_ChannelBuilder.Impl builder(com.babylonhealth.lit.hl7.SUBSCRIPTION_CHANNEL_TYPE _type)
-
-