static Subscription.Builder |
Subscription.builder() |
|
Subscription.Builder |
Subscription.Builder.channel(Subscription.Channel channel) |
Details where to send notifications when resources are received that meet the criteria.
|
Subscription.Builder |
Subscription.Builder.contact(ContactPoint... contact) |
Contact details for a human to contact about the subscription.
|
Subscription.Builder |
Subscription.Builder.contact(java.util.Collection<ContactPoint> contact) |
Contact details for a human to contact about the subscription.
|
Subscription.Builder |
Subscription.Builder.contained(Resource... contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
Subscription.Builder |
Subscription.Builder.contained(java.util.Collection<Resource> contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
Subscription.Builder |
Subscription.Builder.criteria(String criteria) |
The rules that the server should use to determine when to generate notifications for this subscription.
|
Subscription.Builder |
Subscription.Builder.criteria(java.lang.String criteria) |
Convenience method for setting criteria .
|
Subscription.Builder |
Subscription.Builder.end(Instant end) |
The time for the server to turn the subscription off.
|
Subscription.Builder |
Subscription.Builder.end(java.time.ZonedDateTime end) |
Convenience method for setting end .
|
Subscription.Builder |
Subscription.Builder.error(String error) |
A record of the last error that occurred when the server processed a notification.
|
Subscription.Builder |
Subscription.Builder.error(java.lang.String error) |
Convenience method for setting error .
|
Subscription.Builder |
Subscription.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
Subscription.Builder |
Subscription.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected Subscription.Builder |
Subscription.Builder.from(Subscription subscription) |
|
Subscription.Builder |
Subscription.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
Subscription.Builder |
Subscription.Builder.implicitRules(Uri implicitRules) |
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when
processing the content.
|
Subscription.Builder |
Subscription.Builder.language(Code language) |
The base language in which the resource is written.
|
Subscription.Builder |
Subscription.Builder.meta(Meta meta) |
The metadata about the resource.
|
Subscription.Builder |
Subscription.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
Subscription.Builder |
Subscription.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
Subscription.Builder |
Subscription.Builder.reason(String reason) |
A description of why this subscription is defined.
|
Subscription.Builder |
Subscription.Builder.reason(java.lang.String reason) |
Convenience method for setting reason .
|
Subscription.Builder |
Subscription.Builder.status(SubscriptionStatus status) |
The status of the subscription, which marks the server state for managing the subscription.
|
Subscription.Builder |
Subscription.Builder.text(Narrative text) |
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the
resource to a human.
|
Subscription.Builder |
Subscription.toBuilder() |
|