
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Bundle.Entry
Packages that use Bundle.Entry
-
Uses of Bundle.Entry in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Bundle.EntryModifier and TypeMethodDescriptionBundle.addEntry()
Adds and returns a new value for entry ()Bundle.Entry.addLink
(Bundle.Link theValue) Adds a given new value for link ()Bundle.getEntryFirstRep()
Gets the first repetition for entry (), creating it if it does not already exist.Bundle.Entry.setFullUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for fullUrl ()Bundle.Entry.setFullUrl
(String theUri) Sets the value for fullUrl ()Bundle.Entry.setLink
(List<Bundle.Link> theValue) Sets the value(s) for link ()Bundle.Entry.setRequest
(Bundle.EntryRequest theValue) Sets the value(s) for request ()Bundle.Entry.setResource
(ca.uhn.fhir.model.api.IResource theValue) Sets the value(s) for resource ()Bundle.Entry.setResponse
(Bundle.EntryResponse theValue) Sets the value(s) for response ()Bundle.Entry.setSearch
(Bundle.EntrySearch theValue) Sets the value(s) for search ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Bundle.EntryMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Bundle.EntryModifier and TypeMethodDescriptionBundle.addEntry
(Bundle.Entry theValue) Adds a given new value for entry ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Bundle.EntryModifier and TypeMethodDescriptionBundle.setEntry
(List<Bundle.Entry> theValue) Sets the value(s) for entry ()