Package com.increase.api.services.async
Interface IntrafiExclusionServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface IntrafiExclusionServiceAsync.WithRawResponseA view of IntrafiExclusionServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiExclusion>> create(IntrafiExclusionCreateParams params)
Returns a raw HTTP response for
post /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>> create(IntrafiExclusionCreateParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiExclusion>> retrieve(IntrafiExclusionRetrieveParams params)
Returns a raw HTTP response for
get /intrafi_exclusions/{intrafi_exclusion_id}, but is otherwise the same as IntrafiExclusionServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>> retrieve(IntrafiExclusionRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>> list()
Returns a raw HTTP response for
get /intrafi_exclusions, but is otherwise the same as IntrafiExclusionServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>> list(IntrafiExclusionListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>> list(IntrafiExclusionListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiExclusionListPageAsync>> list(RequestOptions requestOptions)
-
archive
@MustBeClosed() CompletableFuture<HttpResponseFor<IntrafiExclusion>> archive(IntrafiExclusionArchiveParams params)
Returns a raw HTTP response for
post /intrafi_exclusions/{intrafi_exclusion_id}/archive, but is otherwise the same as IntrafiExclusionServiceAsync.archive.
-
archive
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<IntrafiExclusion>> archive(IntrafiExclusionArchiveParams params, RequestOptions requestOptions)
-
-
-
-