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.ResourceCapabilityStatement.Rest.Resource.Builder. build()Build theCapabilityStatement.Rest.ResourceMethods 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.BuilderCapabilityStatement.Rest.Resource.Builder. from(CapabilityStatement.Rest.Resource resource)CapabilityStatement.Rest.BuilderCapabilityStatement.Rest.Builder. resource(CapabilityStatement.Rest.Resource... resource)A specification of the restful capabilities of the solution for a specific resource type.protected voidCapabilityStatement.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.BuilderCapabilityStatement.Rest.Builder. resource(java.util.Collection<CapabilityStatement.Rest.Resource> resource)A specification of the restful capabilities of the solution for a specific resource type.
-