Uses of Class
ca.uhn.fhir.rest.param.TokenParam
-
Packages that use TokenParam Package Description ca.uhn.fhir.rest.param -
-
Uses of TokenParam in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param that return TokenParam Modifier and Type Method Description TokenParamTokenParam. setModifier(TokenParamModifier theModifier)TokenParamTokenParam. setSystem(String theSystem)TokenParamTokenParam. setText(boolean theText)Deprecated.UsesetModifier(TokenParamModifier)insteadTokenParamTokenParam. setValue(String theValue)TokenParamReferenceParam. toTokenParam(FhirContext theContext)Returns a new param containing the same value as this param, but with the type copnverted toTokenParam.Methods in ca.uhn.fhir.rest.param with parameters of type TokenParam Modifier and Type Method Description TokenAndListParamTokenAndListParam. addAnd(TokenParam... theValue)TokenOrListParamTokenOrListParam. addOr(TokenParam theParameter)
-