Uses of Enum Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchRequest.RequestErrorHandlingType
Packages that use BatchRequest.RequestErrorHandlingType
Package
Description
-
Uses of BatchRequest.RequestErrorHandlingType in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as BatchRequest.RequestErrorHandlingTypeModifier and TypeFieldDescriptionprotected BatchRequest.RequestErrorHandlingType
BatchRequest.onError
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return BatchRequest.RequestErrorHandlingTypeModifier and TypeMethodDescriptionBatchRequest.getOnError()
Gets the value of the onError property.Returns the enum constant of this class with the specified name.BatchRequest.RequestErrorHandlingType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type BatchRequest.RequestErrorHandlingTypeModifier and TypeMethodDescriptionvoid
BatchRequest.setOnError
(BatchRequest.RequestErrorHandlingType value) Sets the value of the onError property. -
Uses of BatchRequest.RequestErrorHandlingType in org.openehealth.ipf.commons.ihe.hpd.stub.json
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.json that return BatchRequest.RequestErrorHandlingTypeMethods in org.openehealth.ipf.commons.ihe.hpd.stub.json with parameters of type BatchRequest.RequestErrorHandlingTypeModifier and TypeMethodDescriptionvoid
SearchBatchRequestIntermediary.setOnError
(BatchRequest.RequestErrorHandlingType value)