Uses of Class
org.linuxforhealth.fhir.model.resource.CapabilityStatement.Rest.Resource.SearchParam
-
Packages that use CapabilityStatement.Rest.Resource.SearchParam Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of CapabilityStatement.Rest.Resource.SearchParam in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CapabilityStatement.Rest.Resource.SearchParam Modifier and Type Method Description CapabilityStatement.Rest.Resource.SearchParam
CapabilityStatement.Rest.Resource.SearchParam.Builder. build()
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type CapabilityStatement.Rest.Resource.SearchParam Modifier and Type Method Description java.util.List<CapabilityStatement.Rest.Resource.SearchParam>
CapabilityStatement.Rest. getSearchParam()
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.java.util.List<CapabilityStatement.Rest.Resource.SearchParam>
CapabilityStatement.Rest.Resource. getSearchParam()
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.Methods in org.linuxforhealth.fhir.model.resource with parameters of type CapabilityStatement.Rest.Resource.SearchParam Modifier and Type Method Description protected CapabilityStatement.Rest.Resource.SearchParam.Builder
CapabilityStatement.Rest.Resource.SearchParam.Builder. from(CapabilityStatement.Rest.Resource.SearchParam searchParam)
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.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.protected void
CapabilityStatement.Rest.Resource.SearchParam.Builder. validate(CapabilityStatement.Rest.Resource.SearchParam searchParam)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type CapabilityStatement.Rest.Resource.SearchParam Modifier and Type Method Description CapabilityStatement.Rest.Builder
CapabilityStatement.Rest.Builder. searchParam(java.util.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.Resource.Builder
CapabilityStatement.Rest.Resource.Builder. searchParam(java.util.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.
-