static Subscription.Channel.Builder |
Subscription.Channel.builder() |
|
Subscription.Channel.Builder |
Subscription.Channel.Builder.endpoint(Url endpoint) |
The url that describes the actual end-point to send messages to.
|
Subscription.Channel.Builder |
Subscription.Channel.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
Subscription.Channel.Builder |
Subscription.Channel.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected Subscription.Channel.Builder |
Subscription.Channel.Builder.from(Subscription.Channel channel) |
|
Subscription.Channel.Builder |
Subscription.Channel.Builder.header(String... header) |
Additional headers / information to send as part of the notification.
|
Subscription.Channel.Builder |
Subscription.Channel.Builder.header(Collection<String> header) |
Additional headers / information to send as part of the notification.
|
Subscription.Channel.Builder |
Subscription.Channel.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
Subscription.Channel.Builder |
Subscription.Channel.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Subscription.Channel.Builder |
Subscription.Channel.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
Subscription.Channel.Builder |
Subscription.Channel.Builder.payload(Code payload) |
The mime type to send the payload in - either application/fhir+xml, or application/fhir+json.
|
Subscription.Channel.Builder |
Subscription.Channel.toBuilder() |
|
Subscription.Channel.Builder |
Subscription.Channel.Builder.type(SubscriptionChannelType type) |
The type of channel to send notifications on.
|