Uses of Class
com.ibm.fhir.model.resource.CapabilityStatement.Rest.Resource.SearchParam
-
Packages that use CapabilityStatement.Rest.Resource.SearchParam Package Description com.ibm.fhir.model.resource -
-
Uses of CapabilityStatement.Rest.Resource.SearchParam in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.fhir.model.resource that return types with arguments of type CapabilityStatement.Rest.Resource.SearchParam Modifier and Type Method Description 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.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 com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type CapabilityStatement.Rest.Resource.SearchParam Modifier and Type Method Description CapabilityStatement.Rest.Builder
CapabilityStatement.Rest.Builder. searchParam(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(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.
-