Uses of Class
ca.uhn.fhir.model.dstu2.resource.Bundle.Entry
-
Uses of Bundle.Entry in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionBundle.addEntry
(Bundle.Entry theValue) Adds a given new value for entry ()Modifier and TypeMethodDescriptionBundle.setEntry
(List<Bundle.Entry> theValue) Sets the value(s) for entry ()