Uses of Class
ca.uhn.fhir.model.dstu2.resource.Bundle.Entry
-
Packages that use Bundle.Entry Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Bundle.Entry in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Bundle.Entry Modifier and Type Method Description Bundle.EntryBundle. addEntry()Adds and returns a new value for entry ()Bundle.EntryBundle.Entry. addLink(Bundle.Link theValue)Adds a given new value for link ()Bundle.EntryBundle. getEntryFirstRep()Gets the first repetition for entry (), creating it if it does not already exist.Bundle.EntryBundle.Entry. setFullUrl(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for fullUrl ()Bundle.EntryBundle.Entry. setFullUrl(String theUri)Sets the value for fullUrl ()Bundle.EntryBundle.Entry. setLink(List<Bundle.Link> theValue)Sets the value(s) for link ()Bundle.EntryBundle.Entry. setRequest(Bundle.EntryRequest theValue)Sets the value(s) for request ()Bundle.EntryBundle.Entry. setResource(ca.uhn.fhir.model.api.IResource theValue)Sets the value(s) for resource ()Bundle.EntryBundle.Entry. setResponse(Bundle.EntryResponse theValue)Sets the value(s) for response ()Bundle.EntryBundle.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.Entry Modifier and Type Method Description List<Bundle.Entry>Bundle. getEntry()Gets the value(s) for entry ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Bundle.Entry Modifier and Type Method Description BundleBundle. 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.Entry Modifier and Type Method Description BundleBundle. setEntry(List<Bundle.Entry> theValue)Sets the value(s) for entry ()
-