
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Bundle.EntryResponse
Packages that use Bundle.EntryResponse
-
Uses of Bundle.EntryResponse in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Bundle.EntryResponseModifier and TypeMethodDescriptionBundle.Entry.getResponse()Gets the value(s) for response ().Bundle.EntryResponse.setEtag(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for etag ()Sets the value for etag ()Bundle.EntryResponse.setLastModified(ca.uhn.fhir.model.primitive.InstantDt theValue) Sets the value(s) for lastModified ()Bundle.EntryResponse.setLastModified(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for lastModified ()Bundle.EntryResponse.setLastModifiedWithMillisPrecision(Date theDate) Sets the value for lastModified ()Bundle.EntryResponse.setLocation(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for location ()Bundle.EntryResponse.setLocation(String theUri) Sets the value for location ()Bundle.EntryResponse.setStatus(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for status ()Sets the value for status ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Bundle.EntryResponseModifier and TypeMethodDescriptionBundle.Entry.setResponse(Bundle.EntryResponse theValue) Sets the value(s) for response ()