Uses of Class
com.ibm.fhir.model.resource.SearchParameter.Component
-
Packages that use SearchParameter.Component Package Description com.ibm.fhir.model.resource -
-
Uses of SearchParameter.Component in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SearchParameter.Component Modifier and Type Method Description SearchParameter.ComponentSearchParameter.Component.Builder. build()Build theSearchParameter.ComponentMethods in com.ibm.fhir.model.resource that return types with arguments of type SearchParameter.Component Modifier and Type Method Description List<SearchParameter.Component>SearchParameter. getComponent()Used to define the parts of a composite search parameter.Methods in com.ibm.fhir.model.resource with parameters of type SearchParameter.Component Modifier and Type Method Description SearchParameter.BuilderSearchParameter.Builder. component(SearchParameter.Component... component)Used to define the parts of a composite search parameter.protected SearchParameter.Component.BuilderSearchParameter.Component.Builder. from(SearchParameter.Component component)Method parameters in com.ibm.fhir.model.resource with type arguments of type SearchParameter.Component Modifier and Type Method Description SearchParameter.BuilderSearchParameter.Builder. component(Collection<SearchParameter.Component> component)Used to define the parts of a composite search parameter.
-