public static class Bundle.EntryRequest extends BaseIdentifiableElement implements 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 IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getIfMatch()
Gets the value(s) for ifMatch ().
|
StringDt |
getIfMatchElement()
Gets the value(s) for ifMatch ().
|
Date |
getIfModifiedSince()
Gets the value(s) for ifModifiedSince ().
|
InstantDt |
getIfModifiedSinceElement()
Gets the value(s) for ifModifiedSince ().
|
String |
getIfNoneExist()
Gets the value(s) for ifNoneExist ().
|
StringDt |
getIfNoneExistElement()
Gets the value(s) for ifNoneExist ().
|
String |
getIfNoneMatch()
Gets the value(s) for ifNoneMatch ().
|
StringDt |
getIfNoneMatchElement()
Gets the value(s) for ifNoneMatch ().
|
String |
getMethod()
Gets the value(s) for method ().
|
BoundCodeDt<HTTPVerbEnum> |
getMethodElement()
Gets the value(s) for method ().
|
String |
getUrl()
Gets the value(s) for url ().
|
UriDt |
getUrlElement()
Gets the value(s) for url ().
|
boolean |
isEmpty() |
Bundle.EntryRequest |
setIfMatch(String theString)
Sets the value for ifMatch ()
|
Bundle.EntryRequest |
setIfMatch(StringDt theValue)
Sets the value(s) for ifMatch ()
|
Bundle.EntryRequest |
setIfModifiedSince(Date theDate,
TemporalPrecisionEnum thePrecision)
Sets the value for ifModifiedSince ()
|
Bundle.EntryRequest |
setIfModifiedSince(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(StringDt theValue)
Sets the value(s) for ifNoneExist ()
|
Bundle.EntryRequest |
setIfNoneMatch(String theString)
Sets the value for ifNoneMatch ()
|
Bundle.EntryRequest |
setIfNoneMatch(StringDt theValue)
Sets the value(s) for ifNoneMatch ()
|
Bundle.EntryRequest |
setMethod(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(UriDt theValue)
Sets the value(s) for url ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic EntryRequest()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic 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(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 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(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 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(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 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(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, TemporalPrecisionEnum thePrecision)
Definition: Only perform the operation if the last updated date matches. See the API documentation for [\"Conditional Read\"](http.html#cread)
public 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(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 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(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–2016 University Health Network. All rights reserved.