public static class Bundle.EntryRequest extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Additional information about how this entry should be processed as part of a transaction
| Constructor and Description |
|---|
EntryRequest() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getIfMatch()
Gets the value(s) for ifMatch ().
|
ca.uhn.fhir.model.primitive.StringDt |
getIfMatchElement()
Gets the value(s) for ifMatch ().
|
Date |
getIfModifiedSince()
Gets the value(s) for ifModifiedSince ().
|
ca.uhn.fhir.model.primitive.InstantDt |
getIfModifiedSinceElement()
Gets the value(s) for ifModifiedSince ().
|
String |
getIfNoneExist()
Gets the value(s) for ifNoneExist ().
|
ca.uhn.fhir.model.primitive.StringDt |
getIfNoneExistElement()
Gets the value(s) for ifNoneExist ().
|
String |
getIfNoneMatch()
Gets the value(s) for ifNoneMatch ().
|
ca.uhn.fhir.model.primitive.StringDt |
getIfNoneMatchElement()
Gets the value(s) for ifNoneMatch ().
|
String |
getMethod()
Gets the value(s) for method ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<HTTPVerbEnum> |
getMethodElement()
Gets the value(s) for method ().
|
String |
getUrl()
Gets the value(s) for url ().
|
ca.uhn.fhir.model.primitive.UriDt |
getUrlElement()
Gets the value(s) for url ().
|
boolean |
isEmpty() |
Bundle.EntryRequest |
setIfMatch(String theString)
Sets the value for ifMatch ()
|
Bundle.EntryRequest |
setIfMatch(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for ifMatch ()
|
Bundle.EntryRequest |
setIfModifiedSince(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for ifModifiedSince ()
|
Bundle.EntryRequest |
setIfModifiedSince(ca.uhn.fhir.model.primitive.InstantDt theValue)
Sets the value(s) for ifModifiedSince ()
|
Bundle.EntryRequest |
setIfModifiedSinceWithMillisPrecision(Date theDate)
Sets the value for ifModifiedSince ()
|
Bundle.EntryRequest |
setIfNoneExist(String theString)
Sets the value for ifNoneExist ()
|
Bundle.EntryRequest |
setIfNoneExist(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for ifNoneExist ()
|
Bundle.EntryRequest |
setIfNoneMatch(String theString)
Sets the value for ifNoneMatch ()
|
Bundle.EntryRequest |
setIfNoneMatch(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for ifNoneMatch ()
|
Bundle.EntryRequest |
setMethod(ca.uhn.fhir.model.primitive.BoundCodeDt<HTTPVerbEnum> theValue)
Sets the value(s) for method ()
|
Bundle.EntryRequest |
setMethod(HTTPVerbEnum theValue)
Sets the value(s) for method ()
|
Bundle.EntryRequest |
setUrl(String theUri)
Sets the value for url ()
|
Bundle.EntryRequest |
setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for url ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic EntryRequest()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.BoundCodeDt<HTTPVerbEnum> getMethodElement()
null.
Definition: The HTTP verb for this entry in either a update history, or a transaction/ transaction response
public String getMethod()
null.
Definition: The HTTP verb for this entry in either a update history, or a transaction/ transaction response
public Bundle.EntryRequest setMethod(ca.uhn.fhir.model.primitive.BoundCodeDt<HTTPVerbEnum> theValue)
Definition: The HTTP verb for this entry in either a update history, or a transaction/ transaction response
public Bundle.EntryRequest setMethod(HTTPVerbEnum theValue)
Definition: The HTTP verb for this entry in either a update history, or a transaction/ transaction response
public ca.uhn.fhir.model.primitive.UriDt getUrlElement()
null.
Definition: The URL for this entry, relative to the root (the address to which the request is posted)
public String getUrl()
null.
Definition: The URL for this entry, relative to the root (the address to which the request is posted)
public Bundle.EntryRequest setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: The URL for this entry, relative to the root (the address to which the request is posted)
public Bundle.EntryRequest setUrl(String theUri)
Definition: The URL for this entry, relative to the root (the address to which the request is posted)
public ca.uhn.fhir.model.primitive.StringDt getIfNoneMatchElement()
null.
Definition: If the ETag values match, return a 304 Not modified status. See the API documentation for [\"Conditional Read\"](http.html#cread)
public String getIfNoneMatch()
null.
Definition: If the ETag values match, return a 304 Not modified status. See the API documentation for [\"Conditional Read\"](http.html#cread)
public Bundle.EntryRequest setIfNoneMatch(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: If the ETag values match, return a 304 Not modified status. See the API documentation for [\"Conditional Read\"](http.html#cread)
public Bundle.EntryRequest setIfNoneMatch(String theString)
Definition: If the ETag values match, return a 304 Not modified status. See the API documentation for [\"Conditional Read\"](http.html#cread)
public ca.uhn.fhir.model.primitive.InstantDt getIfModifiedSinceElement()
null.
Definition: Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread)
public Date getIfModifiedSince()
null.
Definition: Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread)
public Bundle.EntryRequest setIfModifiedSince(ca.uhn.fhir.model.primitive.InstantDt theValue)
Definition: Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread)
public Bundle.EntryRequest setIfModifiedSinceWithMillisPrecision(Date theDate)
Definition: Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread)
public Bundle.EntryRequest setIfModifiedSince(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Definition: Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread)
public ca.uhn.fhir.model.primitive.StringDt getIfMatchElement()
null.
Definition: Only perform the operation if the Etag value matches. For more information, see the API section [\"Managing Resource Contention\"](http.html#concurrency)
public String getIfMatch()
null.
Definition: Only perform the operation if the Etag value matches. For more information, see the API section [\"Managing Resource Contention\"](http.html#concurrency)
public Bundle.EntryRequest setIfMatch(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Only perform the operation if the Etag value matches. For more information, see the API section [\"Managing Resource Contention\"](http.html#concurrency)
public Bundle.EntryRequest setIfMatch(String theString)
Definition: Only perform the operation if the Etag value matches. For more information, see the API section [\"Managing Resource Contention\"](http.html#concurrency)
public ca.uhn.fhir.model.primitive.StringDt getIfNoneExistElement()
null.
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 \"?\")
public String getIfNoneExist()
null.
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 \"?\")
public Bundle.EntryRequest setIfNoneExist(ca.uhn.fhir.model.primitive.StringDt theValue)
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 \"?\")
public Bundle.EntryRequest setIfNoneExist(String theString)
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 \"?\")
Copyright © 2014–2018 University Health Network. All rights reserved.