Package com.inttegro
Class Client.FilesClient
java.lang.Object
com.inttegro.Client.FilesClient
- Enclosing class:
- Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontents(FileContentsParams params) create(FileCreateParams params) create(FileCreateParams params, RequestOptions options) create(Map<String, Object> params, RequestOptions options) page(FilePageParams params)
-
Constructor Details
-
FilesClient
-
-
Method Details
-
create
public StoredFile create(Map<String, Object> params) throws IOException, InterruptedException, ApiException -
create
public StoredFile create(Map<String, Object> params, RequestOptions options) throws IOException, InterruptedException, ApiException -
create
public StoredFile create(FileCreateParams params) throws IOException, InterruptedException, ApiException -
create
public StoredFile create(FileCreateParams params, RequestOptions options) throws IOException, InterruptedException, ApiException -
lookup
-
page
public StoredFilePage page(Map<String, Object> params) throws IOException, InterruptedException, ApiException -
page
public StoredFilePage page(FilePageParams params) throws IOException, InterruptedException, ApiException -
contents
public FileDownload contents(Map<String, Object> params) throws IOException, InterruptedException, ApiException -
contents
public FileDownload contents(FileContentsParams params) throws IOException, InterruptedException, ApiException -
delete
-