
Package ca.uhn.fhir.rest.param
Class StringOrListParam
- java.lang.Object
-
- ca.uhn.fhir.rest.param.BaseOrListParam<StringOrListParam,StringParam>
-
- ca.uhn.fhir.rest.param.StringOrListParam
-
- All Implemented Interfaces:
IQueryParameterOr<StringParam>
,Serializable
public class StringOrListParam extends BaseOrListParam<StringOrListParam,StringParam>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringOrListParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringOrListParam
addOr(StringParam theParameter)
-
Methods inherited from class ca.uhn.fhir.rest.param.BaseOrListParam
add, getValuesAsQueryTokens, setValuesAsQueryTokens, toString
-
-
-
-
Constructor Detail
-
StringOrListParam
public StringOrListParam()
-
-
Method Detail
-
addOr
public StringOrListParam addOr(StringParam theParameter)
- Specified by:
addOr
in classBaseOrListParam<StringOrListParam,StringParam>
-
-