Uses of Class
com.adyen.model.disputes.DownloadDefenseDocumentResponse
-
Packages that use DownloadDefenseDocumentResponse Package Description com.adyen.model.disputes com.adyen.service -
-
Uses of DownloadDefenseDocumentResponse in com.adyen.model.disputes
Methods in com.adyen.model.disputes that return DownloadDefenseDocumentResponse Modifier and Type Method Description DownloadDefenseDocumentResponseDownloadDefenseDocumentResponse. content(byte[] content)DownloadDefenseDocumentResponseDownloadDefenseDocumentResponse. contentType(String contentType)DownloadDefenseDocumentResponseDownloadDefenseDocumentResponse. disputeServiceResult(DisputeServiceResult disputeServiceResult)static DownloadDefenseDocumentResponseDownloadDefenseDocumentResponse. fromJson(String jsonString)Create an instance of DownloadDefenseDocumentResponse given an JSON string -
Uses of DownloadDefenseDocumentResponse in com.adyen.service
Methods in com.adyen.service that return DownloadDefenseDocumentResponse Modifier and Type Method Description DownloadDefenseDocumentResponseDisputesApi. downloadDisputeDefenseDocument(DownloadDefenseDocumentRequest downloadDefenseDocumentRequest)Download a defense documentDownloadDefenseDocumentResponseDisputesApi. downloadDisputeDefenseDocument(DownloadDefenseDocumentRequest downloadDefenseDocumentRequest, RequestOptions requestOptions)Download a defense document
-