Package com.increase.api.services.async
Interface FileLinkServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface FileLinkServiceAsync.WithRawResponseA view of FileLinkServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<FileLink>>create(FileLinkCreateParams params)Returns a raw HTTP response for post /file_links, but is otherwise the same as FileLinkServiceAsync.create.abstract CompletableFuture<HttpResponseFor<FileLink>>create(FileLinkCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<FileLink>> create(FileLinkCreateParams params)
Returns a raw HTTP response for
post /file_links, but is otherwise the same as FileLinkServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<FileLink>> create(FileLinkCreateParams params, RequestOptions requestOptions)
-
-
-
-