Package de.aeb.xnsg.docservice.bf
Class DeletePrintRequestResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.docservice.bf.DeletePrintRequestResponseDTO
-
Field Summary
FieldsFields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO
EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
state
The result of the delete print request operation.- SUCCESS - everything is fine.
- LOCKED - print request was locked and could not be deleted. Successful repetition is possible.
- DELETE_PRINT_REQUEST_FAILED - delete print request failed. It is very likely to fail again when repeated.
-
-
Constructor Details
-
DeletePrintRequestResponseDTO
public DeletePrintRequestResponseDTO()
-