Uses of Class
com.hyperwallet.clientsdk.util.Multipart
-
Packages that use Multipart Package Description com.hyperwallet.clientsdk.util -
-
Uses of Multipart in com.hyperwallet.clientsdk.util
Methods in com.hyperwallet.clientsdk.util that return Multipart Modifier and Type Method Description static MultipartHyperwalletMultipartUtils. convert(List<HyperwalletVerificationDocument> uploadList)Methods in com.hyperwallet.clientsdk.util with parameters of type Multipart Modifier and Type Method Description <T> THyperwalletApiClient. put(String url, Multipart uploadData, Class<T> type)Perform a PUT call to the Hyperwallet API server to uploadMultipartcc.protea.util.http.ResponseMultipartRequest. putMultipartResource(Multipart multipart)Issues a PUT to the server.
-