static CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.builder() |
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.conditionalCreate(Boolean conditionalCreate) |
A flag that indicates that the server supports conditional create.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.conditionalDelete(ConditionalDeleteStatus conditionalDelete) |
A code that indicates how the server supports conditional delete.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.conditionalRead(ConditionalReadStatus conditionalRead) |
A code that indicates how the server supports conditional read.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.conditionalUpdate(Boolean conditionalUpdate) |
A flag that indicates that the server supports conditional update.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.documentation(Markdown documentation) |
Additional information about the resource type used by the system.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.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.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.from(CapabilityStatement.Rest.Resource resource) |
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.interaction(CapabilityStatement.Rest.Resource.Interaction... interaction) |
Identifies a restful operation supported by the solution.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.interaction(Collection<CapabilityStatement.Rest.Resource.Interaction> interaction) |
Identifies a restful operation supported by the solution.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.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.Resource.Builder |
CapabilityStatement.Rest.Resource.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.Resource.Builder |
CapabilityStatement.Rest.Resource.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.Resource.Builder |
CapabilityStatement.Rest.Resource.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.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.profile(Canonical profile) |
A specification of the profile that describes the solution's overall support for the resource, including any
constraints on cardinality, bindings, lengths or other limitations.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.readHistory(Boolean readHistory) |
A flag for whether the server is able to return past versions as part of the vRead operation.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.referencePolicy(ReferenceHandlingPolicy... referencePolicy) |
A set of flags that defines how references are supported.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.referencePolicy(Collection<ReferenceHandlingPolicy> referencePolicy) |
A set of flags that defines how references are supported.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.searchInclude(String... searchInclude) |
A list of _include values supported by the server.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.searchInclude(Collection<String> searchInclude) |
A list of _include values supported by the server.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.searchParam(CapabilityStatement.Rest.Resource.SearchParam... searchParam) |
Search parameters 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.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.searchParam(Collection<CapabilityStatement.Rest.Resource.SearchParam> searchParam) |
Search parameters 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.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.searchRevInclude(String... searchRevInclude) |
A list of _revinclude (reverse include) values supported by the server.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.searchRevInclude(Collection<String> searchRevInclude) |
A list of _revinclude (reverse include) values supported by the server.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.supportedProfile(Canonical... supportedProfile) |
A list of profiles that represent different use cases supported by the system.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.supportedProfile(Collection<Canonical> supportedProfile) |
A list of profiles that represent different use cases supported by the system.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.toBuilder() |
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.type(ResourceType type) |
A type of resource exposed via the restful interface.
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.updateCreate(Boolean updateCreate) |
A flag to indicate that the server allows or needs to allow the client to create new identities on the server (that
is, the client PUTs to a location where there is no existing resource).
|
CapabilityStatement.Rest.Resource.Builder |
CapabilityStatement.Rest.Resource.Builder.versioning(ResourceVersionPolicy versioning) |
This field is set to no-version to specify that the system does not support (server) or use (client) versioning for
this resource type.
|