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