
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Bundle.EntryRequest
Packages that use Bundle.EntryRequest
-
Uses of Bundle.EntryRequest in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Bundle.EntryRequestModifier and TypeMethodDescriptionBundle.Entry.getRequest()
Gets the value(s) for request ().Bundle.EntryRequest.setIfMatch
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for ifMatch ()Bundle.EntryRequest.setIfMatch
(String theString) Sets the value for ifMatch ()Bundle.EntryRequest.setIfModifiedSince
(ca.uhn.fhir.model.primitive.InstantDt theValue) Sets the value(s) for ifModifiedSince ()Bundle.EntryRequest.setIfModifiedSince
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for ifModifiedSince ()Bundle.EntryRequest.setIfModifiedSinceWithMillisPrecision
(Date theDate) Sets the value for ifModifiedSince ()Bundle.EntryRequest.setIfNoneExist
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for ifNoneExist ()Bundle.EntryRequest.setIfNoneExist
(String theString) Sets the value for ifNoneExist ()Bundle.EntryRequest.setIfNoneMatch
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for ifNoneMatch ()Bundle.EntryRequest.setIfNoneMatch
(String theString) Sets the value for ifNoneMatch ()Bundle.EntryRequest.setMethod
(HTTPVerbEnum theValue) Sets the value(s) for method ()Bundle.EntryRequest.setMethod
(ca.uhn.fhir.model.primitive.BoundCodeDt<HTTPVerbEnum> theValue) Sets the value(s) for method ()Bundle.EntryRequest.setUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()Sets the value for url ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Bundle.EntryRequestModifier and TypeMethodDescriptionBundle.Entry.setRequest
(Bundle.EntryRequest theValue) Sets the value(s) for request ()