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