Uses of Class
com.ibm.fhir.model.resource.CapabilityStatement.Rest.Resource
-
Packages that use CapabilityStatement.Rest.Resource Package Description com.ibm.fhir.model.resource -
-
Uses of CapabilityStatement.Rest.Resource in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.fhir.model.resource that return types with arguments of type CapabilityStatement.Rest.Resource Modifier and Type Method Description List<CapabilityStatement.Rest.Resource>CapabilityStatement.Rest. getResource()A specification of the restful capabilities of the solution for a specific resource type.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type CapabilityStatement.Rest.Resource Modifier and Type Method Description CapabilityStatement.Rest.BuilderCapabilityStatement.Rest.Builder. resource(Collection<CapabilityStatement.Rest.Resource> resource)A specification of the restful capabilities of the solution for a specific resource type.
-