Uses of Class
org.linuxforhealth.fhir.model.resource.CapabilityStatement.Rest.Resource
-
Packages that use CapabilityStatement.Rest.Resource Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of CapabilityStatement.Rest.Resource in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CapabilityStatement.Rest.Resource Modifier and Type Method Description CapabilityStatement.Rest.Resource
CapabilityStatement.Rest.Resource.Builder. build()
Build theCapabilityStatement.Rest.Resource
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type CapabilityStatement.Rest.Resource Modifier and Type Method Description java.util.List<CapabilityStatement.Rest.Resource>
CapabilityStatement.Rest. getResource()
A specification of the restful capabilities of the solution for a specific resource type.Methods in org.linuxforhealth.fhir.model.resource with parameters of type CapabilityStatement.Rest.Resource Modifier and Type Method Description protected CapabilityStatement.Rest.Resource.Builder
CapabilityStatement.Rest.Resource.Builder. from(CapabilityStatement.Rest.Resource resource)
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.protected void
CapabilityStatement.Rest.Resource.Builder. validate(CapabilityStatement.Rest.Resource resource)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type CapabilityStatement.Rest.Resource Modifier and Type Method Description CapabilityStatement.Rest.Builder
CapabilityStatement.Rest.Builder. resource(java.util.Collection<CapabilityStatement.Rest.Resource> resource)
A specification of the restful capabilities of the solution for a specific resource type.
-