Uses of Class
org.linuxforhealth.fhir.model.resource.CoverageEligibilityResponse.Error
-
Packages that use CoverageEligibilityResponse.Error Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of CoverageEligibilityResponse.Error in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CoverageEligibilityResponse.Error Modifier and Type Method Description CoverageEligibilityResponse.Error
CoverageEligibilityResponse.Error.Builder. build()
Build theCoverageEligibilityResponse.Error
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type CoverageEligibilityResponse.Error Modifier and Type Method Description java.util.List<CoverageEligibilityResponse.Error>
CoverageEligibilityResponse. getError()
Errors encountered during the processing of the request.Methods in org.linuxforhealth.fhir.model.resource with parameters of type CoverageEligibilityResponse.Error Modifier and Type Method Description CoverageEligibilityResponse.Builder
CoverageEligibilityResponse.Builder. error(CoverageEligibilityResponse.Error... error)
Errors encountered during the processing of the request.protected CoverageEligibilityResponse.Error.Builder
CoverageEligibilityResponse.Error.Builder. from(CoverageEligibilityResponse.Error error)
protected void
CoverageEligibilityResponse.Error.Builder. validate(CoverageEligibilityResponse.Error error)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type CoverageEligibilityResponse.Error Modifier and Type Method Description CoverageEligibilityResponse.Builder
CoverageEligibilityResponse.Builder. error(java.util.Collection<CoverageEligibilityResponse.Error> error)
Errors encountered during the processing of the request.
-