Uses of Class
com.acumenvelocity.ath.model.ConflictDownloadResponse
-
Packages that use ConflictDownloadResponse Package Description com.acumenvelocity.ath.model -
-
Uses of ConflictDownloadResponse in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return ConflictDownloadResponse Modifier and Type Method Description ConflictDownloadResponseConflictDownloadResponse. error(String error)Error messageConflictDownloadResponseConflictDownloadResponse. exportUrl(String exportUrl)URL to trigger export (only present when status is IMPORT_COMPLETED)ConflictDownloadResponseConflictDownloadResponse. message(String message)Detailed message about why download is not availableConflictDownloadResponseConflictDownloadResponse. status(ConflictDownloadResponse.StatusEnum status)Current status of the documentConflictDownloadResponseConflictDownloadResponse. statusUrl(String statusUrl)URL to check processing status
-