Organization.Builder |
Organization.Builder.active(java.lang.Boolean active) |
Convenience method for setting active .
|
Organization.Builder |
Organization.Builder.active(Boolean active) |
Whether the organization's record is still in active use.
|
Organization.Builder |
Organization.Builder.address(java.util.Collection<Address> address) |
An address for the organization.
|
Organization.Builder |
Organization.Builder.address(Address... address) |
An address for the organization.
|
Organization.Builder |
Organization.Builder.alias(java.lang.String... alias) |
Convenience method for setting alias .
|
Organization.Builder |
Organization.Builder.alias(java.util.Collection<String> alias) |
A list of alternate names that the organization is known as, or was known as in the past.
|
Organization.Builder |
Organization.Builder.alias(String... alias) |
A list of alternate names that the organization is known as, or was known as in the past.
|
static Organization.Builder |
Organization.builder() |
|
Organization.Builder |
Organization.Builder.contact(java.util.Collection<Organization.Contact> contact) |
Contact for the organization for a certain purpose.
|
Organization.Builder |
Organization.Builder.contact(Organization.Contact... contact) |
Contact for the organization for a certain purpose.
|
Organization.Builder |
Organization.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.
|
Organization.Builder |
Organization.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.
|
Organization.Builder |
Organization.Builder.endpoint(java.util.Collection<Reference> endpoint) |
Technical endpoints providing access to services operated for the organization.
|
Organization.Builder |
Organization.Builder.endpoint(Reference... endpoint) |
Technical endpoints providing access to services operated for the organization.
|
Organization.Builder |
Organization.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.
|
Organization.Builder |
Organization.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected Organization.Builder |
Organization.Builder.from(Organization organization) |
|
Organization.Builder |
Organization.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
Organization.Builder |
Organization.Builder.identifier(java.util.Collection<Identifier> identifier) |
Identifier for the organization that is used to identify the organization across multiple disparate systems.
|
Organization.Builder |
Organization.Builder.identifier(Identifier... identifier) |
Identifier for the organization that is used to identify the organization across multiple disparate systems.
|
Organization.Builder |
Organization.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.
|
Organization.Builder |
Organization.Builder.language(Code language) |
The base language in which the resource is written.
|
Organization.Builder |
Organization.Builder.meta(Meta meta) |
The metadata about the resource.
|
Organization.Builder |
Organization.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.
|
Organization.Builder |
Organization.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.
|
Organization.Builder |
Organization.Builder.name(java.lang.String name) |
Convenience method for setting name .
|
Organization.Builder |
Organization.Builder.name(String name) |
A name associated with the organization.
|
Organization.Builder |
Organization.Builder.partOf(Reference partOf) |
The organization of which this organization forms a part.
|
Organization.Builder |
Organization.Builder.telecom(java.util.Collection<ContactPoint> telecom) |
A contact detail for the organization.
|
Organization.Builder |
Organization.Builder.telecom(ContactPoint... telecom) |
A contact detail for the organization.
|
Organization.Builder |
Organization.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.
|
Organization.Builder |
Organization.toBuilder() |
|
Organization.Builder |
Organization.Builder.type(java.util.Collection<CodeableConcept> type) |
The kind(s) of organization that this is.
|
Organization.Builder |
Organization.Builder.type(CodeableConcept... type) |
The kind(s) of organization that this is.
|