Package ca.uhn.fhir.rest.param
Class StringAndListParam
java.lang.Object
ca.uhn.fhir.rest.param.BaseAndListParam<StringOrListParam>
ca.uhn.fhir.rest.param.StringAndListParam
- All Implemented Interfaces:
IQueryParameterAnd<StringOrListParam>
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAnd
(StringOrListParam theValue) addAnd
(StringParam theValue) Methods inherited from class ca.uhn.fhir.rest.param.BaseAndListParam
addValue, getValuesAsQueryTokens, setValuesAsQueryTokens, size, toString
-
Constructor Details
-
StringAndListParam
public StringAndListParam()
-
-
Method Details
-
addAnd
- Specified by:
addAnd
in classBaseAndListParam<StringOrListParam>
-
addAnd
-