Package ca.uhn.fhir.rest.param
Class UriParam
java.lang.Object
ca.uhn.fhir.rest.param.BaseParam
ca.uhn.fhir.rest.param.UriParam
- All Implemented Interfaces:
IQueryParameterType
,Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the qualifier for this param (may benull
and generally will be)getValue()
boolean
isEmpty()
setQualifier
(UriParamQualifierEnum theQualifier) Sets the qualifier for this param (may benull
and generally will be)Sets the value for this paramtoString()
Methods inherited from class ca.uhn.fhir.rest.param.BaseParam
getMissing, getQueryParameterQualifier, getValueAsQueryToken, isSupportsChain, setMissing, setValueAsQueryToken
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.model.api.IQueryParameterType
getMissing, getQueryParameterQualifier, getValueAsQueryToken, setMissing, setValueAsQueryToken
-
Constructor Details
-
UriParam
public UriParam()Constructor -
UriParam
-
-
Method Details
-
getQualifier
Gets the qualifier for this param (may benull
and generally will be) -
getValue
-
getValueAsStringDt
-
getValueAsUriDt
-
getValueNotNull
-
isEmpty
-
setQualifier
Sets the qualifier for this param (may benull
and generally will be)- Returns:
- Returns a reference to
this
for easy method chanining
-
setValue
Sets the value for this param- Returns:
- Returns a reference to
this
for easy method chanining
-
toString
-