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
-
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 _contentboolean
isEmpty()
setContains
(boolean theContains) Special parameter modifier:contains
for _text and _contenttoString()
Methods inherited from class ca.uhn.fhir.rest.param.BaseParam
getMissing, getQueryParameterQualifier, getValueAsQueryToken, isSupportsChain, setMissing, setValueAsQueryToken
-
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
-
isEmpty
-
setValue
-
toString
-
isContains
Special parameter modifier:contains
for _text and _content -
setContains
Special parameter modifier:contains
for _text and _content -
hashCode
-
equals
-