Uses of Class
ca.uhn.fhir.rest.param.TokenOrListParam
-
Packages that use TokenOrListParam Package Description ca.uhn.fhir.rest.param -
-
Uses of TokenOrListParam in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that return TokenOrListParam Modifier and Type Method Description TokenOrListParamTokenOrListParam. add(String theValue)Add a new token to this listTokenOrListParamTokenOrListParam. add(String theSystem, String theValue)Add a new token to this listTokenOrListParamTokenOrListParam. addOr(TokenParam theParameter)Methods in ca.uhn.fhir.rest.param with parameters of type TokenOrListParam Modifier and Type Method Description TokenAndListParamTokenAndListParam. addAnd(TokenOrListParam theValue)
-