| Package | Description |
|---|---|
| com.files | |
| com.files.net |
| Modifier and Type | Method and Description |
|---|---|
static FilesResponse |
FilesClient.apiRequest(String url,
HttpMethods.RequestMethods requestType,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static long |
FilesClient.putBuffer(String url,
HttpMethods.RequestMethods requestType,
String name,
byte[] buffer,
long length) |
static long |
FilesClient.putBufferedInputStream(String url,
HttpMethods.RequestMethods requestType,
String name,
BufferedInputStream inputStream,
long length) |
static <T> T |
FilesClient.requestItem(String url,
HttpMethods.RequestMethods requestType,
com.fasterxml.jackson.core.type.TypeReference<T> className,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static <T> ListIterator<T> |
FilesClient.requestList(String url,
HttpMethods.RequestMethods requestType,
com.fasterxml.jackson.core.type.TypeReference<List<T>> className,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Constructor and Description |
|---|
ListIterator(String url,
HttpMethods.RequestMethods requestType,
com.fasterxml.jackson.core.type.TypeReference<List<T>> className,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethods.RequestMethods |
HttpMethods.RequestMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethods.RequestMethods[] |
HttpMethods.RequestMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FilesResponse |
FilesApiInterface.apiRequest(String url,
HttpMethods.RequestMethods requestType,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
FilesResponse |
FilesOkHttpApi.apiRequest(String url,
HttpMethods.RequestMethods requestType,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
<T> T |
FilesApiInterface.apiRequestItem(String url,
HttpMethods.RequestMethods requestType,
com.fasterxml.jackson.core.type.TypeReference<T> className,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
<T> T |
FilesOkHttpApi.apiRequestItem(String url,
HttpMethods.RequestMethods requestType,
com.fasterxml.jackson.core.type.TypeReference<T> clazz,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
<T> ListIterator<T> |
FilesApiInterface.apiRequestList(String url,
HttpMethods.RequestMethods requestType,
com.fasterxml.jackson.core.type.TypeReference<List<T>> className,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
<T> ListIterator<T> |
FilesOkHttpApi.apiRequestList(String url,
HttpMethods.RequestMethods requestType,
com.fasterxml.jackson.core.type.TypeReference<List<T>> clazz,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
long |
FilesApiInterface.putBuffer(String url,
HttpMethods.RequestMethods requestType,
String name,
byte[] buffer,
long length) |
long |
FilesOkHttpApi.putBuffer(String url,
HttpMethods.RequestMethods requestType,
String name,
byte[] buffer,
long length) |
long |
FilesApiInterface.putBufferedInputStream(String url,
HttpMethods.RequestMethods requestType,
String name,
BufferedInputStream inputStream,
long length) |
long |
FilesOkHttpApi.putBufferedInputStream(String url,
HttpMethods.RequestMethods requestType,
String name,
BufferedInputStream inputStream,
long length) |
static void |
FilesOkHttpApi.updateRequestWithHttpMethod(okhttp3.Request.Builder request,
okhttp3.RequestBody body,
HttpMethods.RequestMethods requestType) |
Copyright © 2024 com.github.files-com. All rights reserved.