public interface FilesApiInterface
| Modifier and Type | Method and Description |
|---|---|
FilesResponse |
apiRequest(String url,
HttpMethods.RequestMethods requestType,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
<T> T |
apiRequestItem(String url,
HttpMethods.RequestMethods requestType,
com.fasterxml.jackson.core.type.TypeReference<T> className,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
<T> ListIterator<T> |
apiRequestList(String url,
HttpMethods.RequestMethods requestType,
com.fasterxml.jackson.core.type.TypeReference<List<T>> className,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
FilesInputStream |
getFileInputStream(String url,
long start,
long end) |
long |
putBuffer(String url,
HttpMethods.RequestMethods requestType,
String name,
byte[] buffer,
long length) |
long |
putBufferedInputStream(String url,
HttpMethods.RequestMethods requestType,
String name,
BufferedInputStream inputStream,
long length) |
FilesResponse apiRequest(String url, HttpMethods.RequestMethods requestType, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeException<T> ListIterator<T> apiRequestList(String url, HttpMethods.RequestMethods requestType, com.fasterxml.jackson.core.type.TypeReference<List<T>> className, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeException<T> T apiRequestItem(String url, HttpMethods.RequestMethods requestType, com.fasterxml.jackson.core.type.TypeReference<T> className, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionFilesInputStream getFileInputStream(String url, long start, long end) throws IOException
IOExceptionlong putBuffer(String url, HttpMethods.RequestMethods requestType, String name, byte[] buffer, long length) throws IOException
IOExceptionlong putBufferedInputStream(String url, HttpMethods.RequestMethods requestType, String name, BufferedInputStream inputStream, long length) throws IOException
IOExceptionCopyright © 2024 com.github.files-com. All rights reserved.