Uses of Class
org.linuxforhealth.fhir.client.FHIRParameters.Modifier
-
Packages that use FHIRParameters.Modifier Package Description org.linuxforhealth.fhir.client -
-
Uses of FHIRParameters.Modifier in org.linuxforhealth.fhir.client
Methods in org.linuxforhealth.fhir.client that return FHIRParameters.Modifier Modifier and Type Method Description static FHIRParameters.Modifier
FHIRParameters.Modifier. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FHIRParameters.Modifier[]
FHIRParameters.Modifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.linuxforhealth.fhir.client with parameters of type FHIRParameters.Modifier Modifier and Type Method Description FHIRParameters
FHIRParameters. searchParam(java.lang.String name, FHIRParameters.Modifier modifier, java.lang.String... values)
Adds the specified search parameter (name, modifier, values) to 'this'.
-