Class Bundle.EntryRequest
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.IResourceBlock
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
Bundle
Definition: Additional information about how this entry should be processed as part of a transaction
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for ifMatch ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for ifMatch ().Gets the value(s) for ifModifiedSince ().ca.uhn.fhir.model.primitive.InstantDt
Gets the value(s) for ifModifiedSince ().Gets the value(s) for ifNoneExist ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for ifNoneExist ().Gets the value(s) for ifNoneMatch ().ca.uhn.fhir.model.primitive.StringDt
Gets the value(s) for ifNoneMatch ().Gets the value(s) for method ().ca.uhn.fhir.model.primitive.BoundCodeDt
<HTTPVerbEnum> Gets the value(s) for method ().getUrl()
Gets the value(s) for url ().ca.uhn.fhir.model.primitive.UriDt
Gets the value(s) for url ().boolean
isEmpty()
setIfMatch
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for ifMatch ()setIfMatch
(String theString) Sets the value for ifMatch ()setIfModifiedSince
(ca.uhn.fhir.model.primitive.InstantDt theValue) Sets the value(s) for ifModifiedSince ()setIfModifiedSince
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for ifModifiedSince ()Sets the value for ifModifiedSince ()setIfNoneExist
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for ifNoneExist ()setIfNoneExist
(String theString) Sets the value for ifNoneExist ()setIfNoneMatch
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for ifNoneMatch ()setIfNoneMatch
(String theString) Sets the value for ifNoneMatch ()setMethod
(HTTPVerbEnum theValue) Sets the value(s) for method ()setMethod
(ca.uhn.fhir.model.primitive.BoundCodeDt<HTTPVerbEnum> theValue) Sets the value(s) for method ()setUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()Sets the value for url ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
EntryRequest
public EntryRequest()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getMethodElement
Gets the value(s) for method (). creating it if it does not exist. Will not returnnull
.Definition: The HTTP verb for this entry in either a update history, or a transaction/ transaction response
-
getMethod
Gets the value(s) for method (). creating it if it does not exist. This method may returnnull
.Definition: The HTTP verb for this entry in either a update history, or a transaction/ transaction response
-
setMethod
public Bundle.EntryRequest setMethod(ca.uhn.fhir.model.primitive.BoundCodeDt<HTTPVerbEnum> theValue) Sets the value(s) for method ()Definition: The HTTP verb for this entry in either a update history, or a transaction/ transaction response
-
setMethod
Sets the value(s) for method ()Definition: The HTTP verb for this entry in either a update history, or a transaction/ transaction response
-
getUrlElement
Gets the value(s) for url (). creating it if it does not exist. Will not returnnull
.Definition: The URL for this entry, relative to the root (the address to which the request is posted)
-
getUrl
Gets the value(s) for url (). creating it if it does not exist. This method may returnnull
.Definition: The URL for this entry, relative to the root (the address to which the request is posted)
-
setUrl
Sets the value(s) for url ()Definition: The URL for this entry, relative to the root (the address to which the request is posted)
-
setUrl
Sets the value for url ()Definition: The URL for this entry, relative to the root (the address to which the request is posted)
-
getIfNoneMatchElement
Gets the value(s) for ifNoneMatch (). creating it if it does not exist. Will not returnnull
.Definition: If the ETag values match, return a 304 Not modified status. See the API documentation for [\"Conditional Read\"](http.html#cread)
-
getIfNoneMatch
Gets the value(s) for ifNoneMatch (). creating it if it does not exist. This method may returnnull
.Definition: If the ETag values match, return a 304 Not modified status. See the API documentation for [\"Conditional Read\"](http.html#cread)
-
setIfNoneMatch
Sets the value(s) for ifNoneMatch ()Definition: If the ETag values match, return a 304 Not modified status. See the API documentation for [\"Conditional Read\"](http.html#cread)
-
setIfNoneMatch
Sets the value for ifNoneMatch ()Definition: If the ETag values match, return a 304 Not modified status. See the API documentation for [\"Conditional Read\"](http.html#cread)
-
getIfModifiedSinceElement
Gets the value(s) for ifModifiedSince (). creating it if it does not exist. Will not returnnull
.Definition: Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread)
-
getIfModifiedSince
Gets the value(s) for ifModifiedSince (). creating it if it does not exist. This method may returnnull
.Definition: Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread)
-
setIfModifiedSince
Sets the value(s) for ifModifiedSince ()Definition: Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread)
-
setIfModifiedSinceWithMillisPrecision
Sets the value for ifModifiedSince ()Definition: Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread)
-
setIfModifiedSince
public Bundle.EntryRequest setIfModifiedSince(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for ifModifiedSince ()Definition: Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread)
-
getIfMatchElement
Gets the value(s) for ifMatch (). creating it if it does not exist. Will not returnnull
.Definition: Only perform the operation if the Etag value matches. For more information, see the API section [\"Managing Resource Contention\"](http.html#concurrency)
-
getIfMatch
Gets the value(s) for ifMatch (). creating it if it does not exist. This method may returnnull
.Definition: Only perform the operation if the Etag value matches. For more information, see the API section [\"Managing Resource Contention\"](http.html#concurrency)
-
setIfMatch
Sets the value(s) for ifMatch ()Definition: Only perform the operation if the Etag value matches. For more information, see the API section [\"Managing Resource Contention\"](http.html#concurrency)
-
setIfMatch
Sets the value for ifMatch ()Definition: Only perform the operation if the Etag value matches. For more information, see the API section [\"Managing Resource Contention\"](http.html#concurrency)
-
getIfNoneExistElement
Gets the value(s) for ifNoneExist (). creating it if it does not exist. Will not returnnull
.Definition: Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for [\"Conditional Create\"](http.html#ccreate). This is just the query portion of the URL - what follows the \"?\" (not including the \"?\")
-
getIfNoneExist
Gets the value(s) for ifNoneExist (). creating it if it does not exist. This method may returnnull
.Definition: Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for [\"Conditional Create\"](http.html#ccreate). This is just the query portion of the URL - what follows the \"?\" (not including the \"?\")
-
setIfNoneExist
Sets the value(s) for ifNoneExist ()Definition: Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for [\"Conditional Create\"](http.html#ccreate). This is just the query portion of the URL - what follows the \"?\" (not including the \"?\")
-
setIfNoneExist
Sets the value for ifNoneExist ()Definition: Instruct the server not to perform the create if a specified resource already exists. For further information, see the API documentation for [\"Conditional Create\"](http.html#ccreate). This is just the query portion of the URL - what follows the \"?\" (not including the \"?\")
-