Package com.inttegro
Class Client.FileLinksClient
java.lang.Object
com.inttegro.Client.FileLinksClient
- Enclosing class:
- Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(FileLinkCreateParams params) create(FileLinkCreateParams params, RequestOptions options) create(Map<String, Object> params, RequestOptions options) page(FileLinkPageParams params) revoke(FileLinkRevokeParams params) revoke(FileLinkRevokeParams params, RequestOptions options) revoke(Map<String, Object> params, RequestOptions options)
-
Constructor Details
-
FileLinksClient
-
-
Method Details
-
create
public FileLinkCreation create(Map<String, Object> params) throws IOException, InterruptedException, ApiException -
create
public FileLinkCreation create(Map<String, Object> params, RequestOptions options) throws IOException, InterruptedException, ApiException -
create
public FileLinkCreation create(FileLinkCreateParams params) throws IOException, InterruptedException, ApiException -
create
public FileLinkCreation create(FileLinkCreateParams params, RequestOptions options) throws IOException, InterruptedException, ApiException -
lookup
-
page
public FileLinkPage page(Map<String, Object> params) throws IOException, InterruptedException, ApiException -
page
public FileLinkPage page(FileLinkPageParams params) throws IOException, InterruptedException, ApiException -
revoke
public FileLink revoke(Map<String, Object> params, RequestOptions options) throws IOException, InterruptedException, ApiException -
revoke
public FileLink revoke(FileLinkRevokeParams params) throws IOException, InterruptedException, ApiException -
revoke
public FileLink revoke(FileLinkRevokeParams params, RequestOptions options) throws IOException, InterruptedException, ApiException -
open
-