
Package ca.uhn.fhir.rest.param
Class SpecialParam
java.lang.Object
ca.uhn.fhir.rest.param.BaseParam
ca.uhn.fhir.rest.param.SpecialParam
- All Implemented Interfaces:
IQueryParameterType
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getValue()
Returns the value for the token (generally the value to the right of the vertical bar on the URL)int
hashCode()
boolean
Special parameter modifier:contains
for _text and _contentsetContains
(boolean theContains) Special parameter modifier:contains
for _text and _contenttoString()
Methods inherited from class ca.uhn.fhir.rest.param.BaseParam
getMissing, getQueryParameterQualifier, getValueAsQueryToken, isEmpty, isSupportsChain, setMissing, setValueAsQueryToken
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.model.api.IQueryParameterType
getValueAsQueryToken
-
Constructor Details
-
SpecialParam
public SpecialParam()Constructor
-
-
Method Details
-
getValue
Returns the value for the token (generally the value to the right of the vertical bar on the URL) -
getValueNotNull
-
setValue
-
toString
-
isContains
Special parameter modifier:contains
for _text and _content -
setContains
Special parameter modifier:contains
for _text and _content -
hashCode
-
equals
-