Uses of Class
org.linuxforhealth.fhir.model.resource.Bundle.Entry.Response
-
Packages that use Bundle.Entry.Response Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Bundle.Entry.Response in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Bundle.Entry.Response Modifier and Type Method Description Bundle.Entry.Response
Bundle.Entry.Response.Builder. build()
Build theBundle.Entry.Response
Bundle.Entry.Response
Bundle.Entry. getResponse()
Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Bundle.Entry.Response Modifier and Type Method Description protected Bundle.Entry.Response.Builder
Bundle.Entry.Response.Builder. from(Bundle.Entry.Response response)
Bundle.Entry.Builder
Bundle.Entry.Builder. response(Bundle.Entry.Response response)
Indicates the results of processing the corresponding 'request' entry in the batch or transaction being responded to or what the results of an operation where when returning history.protected void
Bundle.Entry.Response.Builder. validate(Bundle.Entry.Response response)
-