Endpoint.Builder | 
Endpoint.Builder.address(Url address) | 
 The uri that describes the actual end-point to connect to. 
 | 
static Endpoint.Builder | 
Endpoint.builder() | 
  | 
Endpoint.Builder | 
Endpoint.Builder.connectionType(Coding connectionType) | 
 A coded value that represents the technical details of the usage of this endpoint, such as what WSDLs should be used 
 in what way. 
 | 
Endpoint.Builder | 
Endpoint.Builder.contact(ContactPoint... contact) | 
 Contact details for a human to contact about the subscription. 
 | 
Endpoint.Builder | 
Endpoint.Builder.contact(Collection<ContactPoint> contact) | 
 Contact details for a human to contact about the subscription. 
 | 
Endpoint.Builder | 
Endpoint.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. 
 | 
Endpoint.Builder | 
Endpoint.Builder.contained(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. 
 | 
Endpoint.Builder | 
Endpoint.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
Endpoint.Builder | 
Endpoint.Builder.extension(Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected Endpoint.Builder | 
Endpoint.Builder.from(Endpoint endpoint) | 
  | 
Endpoint.Builder | 
Endpoint.Builder.header(String... header) | 
 Additional headers / information to send as part of the notification. 
 | 
Endpoint.Builder | 
Endpoint.Builder.header(Collection<String> header) | 
 Additional headers / information to send as part of the notification. 
 | 
Endpoint.Builder | 
Endpoint.Builder.id(String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
Endpoint.Builder | 
Endpoint.Builder.identifier(Identifier... identifier) | 
 Identifier for the organization that is used to identify the endpoint across multiple disparate systems. 
 | 
Endpoint.Builder | 
Endpoint.Builder.identifier(Collection<Identifier> identifier) | 
 Identifier for the organization that is used to identify the endpoint across multiple disparate systems. 
 | 
Endpoint.Builder | 
Endpoint.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. 
 | 
Endpoint.Builder | 
Endpoint.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
Endpoint.Builder | 
Endpoint.Builder.managingOrganization(Reference managingOrganization) | 
 The organization that manages this endpoint (even if technically another organization is hosting this in the cloud, it 
 is the organization associated with the data). 
 | 
Endpoint.Builder | 
Endpoint.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
Endpoint.Builder | 
Endpoint.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. 
 | 
Endpoint.Builder | 
Endpoint.Builder.modifierExtension(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. 
 | 
Endpoint.Builder | 
Endpoint.Builder.name(String name) | 
 A friendly name that this endpoint can be referred to with. 
 | 
Endpoint.Builder | 
Endpoint.Builder.payloadMimeType(Code... payloadMimeType) | 
 The mime type to send the payload in - e.g. 
 | 
Endpoint.Builder | 
Endpoint.Builder.payloadMimeType(Collection<Code> payloadMimeType) | 
 The mime type to send the payload in - e.g. 
 | 
Endpoint.Builder | 
Endpoint.Builder.payloadType(CodeableConcept... payloadType) | 
 The payload type describes the acceptable content that can be communicated on the endpoint. 
 | 
Endpoint.Builder | 
Endpoint.Builder.payloadType(Collection<CodeableConcept> payloadType) | 
 The payload type describes the acceptable content that can be communicated on the endpoint. 
 | 
Endpoint.Builder | 
Endpoint.Builder.period(Period period) | 
 The interval during which the endpoint is expected to be operational. 
 | 
Endpoint.Builder | 
Endpoint.Builder.status(EndpointStatus status) | 
 active | suspended | error | off | test. 
 | 
Endpoint.Builder | 
Endpoint.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. 
 | 
Endpoint.Builder | 
Endpoint.toBuilder() | 
  |