
Package ca.uhn.fhir.rest.param
Class TokenAndListParam
- All Implemented Interfaces:
IQueryParameterAnd<TokenOrListParam>,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnd(TokenOrListParam theValue) addAnd(TokenParam... theValue) Methods inherited from class ca.uhn.fhir.rest.param.BaseAndListParam
addValue, getValuesAsQueryTokens, setValuesAsQueryTokens, size, toString
-
Constructor Details
-
TokenAndListParam
public TokenAndListParam()
-
-
Method Details
-
addAnd
- Specified by:
addAndin classBaseAndListParam<TokenOrListParam>
-
addAnd
- Parameters:
theValue- The OR values- Returns:
- Returns a reference to this for convenient chaining
-