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