Uses of Class
de.gematik.bbriccs.rest.fd.FdResponse
Packages that use FdResponse
-
Uses of FdResponse in de.gematik.bbriccs.rest.fd
Methods in de.gematik.bbriccs.rest.fd that return FdResponseModifier and TypeMethodDescriptionFdResponse.ErpResponseBuilder.andValidationResult(ca.uhn.fhir.validation.ValidationResult vr) <T extends org.hl7.fhir.r4.model.Resource,R extends org.hl7.fhir.r4.model.Resource>
FdResponse<R>FdResponseCreator.FdResponseBuilder.withDuration(Duration duration) FdResponseCreator.FdResponseBuilder.withoutDuration()Method parameters in de.gematik.bbriccs.rest.fd with type arguments of type FdResponseModifier and TypeMethodDescription<E extends RuntimeException>
RFdResponse.getExpectedOrThrow(Function<FdResponse<? extends org.hl7.fhir.r4.model.Resource>, E> errorFunction) Extract the Resource from the Response or throw a custom Exception if the Resource is not of the expected type