
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
public class UriParam extends BaseParam implements IQueryParameterType
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UriParamQualifierEnum
getQualifier()
Gets the qualifier for this param (may benull
and generally will be)String
getValue()
StringDt
getValueAsStringDt()
UriDt
getValueAsUriDt()
String
getValueNotNull()
boolean
isEmpty()
UriParam
setQualifier(UriParamQualifierEnum theQualifier)
Sets the qualifier for this param (may benull
and generally will be)UriParam
setValue(String theValue)
Sets the value for this paramString
toString()
-
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
-
-
-
-
Method Detail
-
getQualifier
public UriParamQualifierEnum getQualifier()
Gets the qualifier for this param (may benull
and generally will be)
-
getValueAsStringDt
public StringDt getValueAsStringDt()
-
getValueAsUriDt
public UriDt getValueAsUriDt()
-
getValueNotNull
public String getValueNotNull()
-
isEmpty
public boolean isEmpty()
-
setQualifier
public UriParam setQualifier(UriParamQualifierEnum theQualifier)
Sets the qualifier for this param (may benull
and generally will be)- Returns:
- Returns a reference to
this
for easy method chanining
-
setValue
public UriParam setValue(String theValue)
Sets the value for this param- Returns:
- Returns a reference to
this
for easy method chanining
-
-