static CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.builder() |
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.compartment(Canonical... compartment) |
An absolute URI which is a reference to the definition of a compartment that the system supports.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.compartment(Collection<Canonical> compartment) |
An absolute URI which is a reference to the definition of a compartment that the system supports.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.documentation(Markdown documentation) |
Information about the system's restful capabilities that apply across all applications, such as security.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.from(CapabilityStatement.Rest rest) |
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.interaction(CapabilityStatement.Rest.Interaction... interaction) |
A specification of restful operations supported by the system.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.interaction(Collection<CapabilityStatement.Rest.Interaction> interaction) |
A specification of restful operations supported by the system.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.mode(RestfulCapabilityMode mode) |
Identifies whether this portion of the statement is describing the ability to initiate or receive restful operations.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.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.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.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.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.operation(CapabilityStatement.Rest.Resource.Operation... operation) |
Definition of an operation or a named query together with its parameters and their meaning and type.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.operation(Collection<CapabilityStatement.Rest.Resource.Operation> operation) |
Definition of an operation or a named query together with its parameters and their meaning and type.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.resource(CapabilityStatement.Rest.Resource... resource) |
A specification of the restful capabilities of the solution for a specific resource type.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.resource(Collection<CapabilityStatement.Rest.Resource> resource) |
A specification of the restful capabilities of the solution for a specific resource type.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.searchParam(CapabilityStatement.Rest.Resource.SearchParam... searchParam) |
Search parameters that are supported for searching all resources for implementations to support and/or make use of -
either references to ones defined in the specification, or additional ones defined for/by the implementation.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.searchParam(Collection<CapabilityStatement.Rest.Resource.SearchParam> searchParam) |
Search parameters that are supported for searching all resources for implementations to support and/or make use of -
either references to ones defined in the specification, or additional ones defined for/by the implementation.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.Builder.security(CapabilityStatement.Rest.Security security) |
Information about security implementation from an interface perspective - what a client needs to know.
|
CapabilityStatement.Rest.Builder |
CapabilityStatement.Rest.toBuilder() |
|