
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
public class StringAndListParam extends BaseAndListParam<StringOrListParam>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringAndListParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringAndListParam
addAnd(StringOrListParam theValue)
StringAndListParam
addAnd(StringParam theValue)
-
Methods inherited from class ca.uhn.fhir.rest.param.BaseAndListParam
addValue, getValuesAsQueryTokens, setValuesAsQueryTokens, size, toString
-
-
-
-
Constructor Detail
-
StringAndListParam
public StringAndListParam()
-
-
Method Detail
-
addAnd
public StringAndListParam addAnd(StringOrListParam theValue)
- Specified by:
addAnd
in classBaseAndListParam<StringOrListParam>
-
addAnd
public StringAndListParam addAnd(StringParam theValue)
-
-